Infragistics Home

Infragistics Forums

Infragistics community online discussions.
Welcome to Infragistics Forums Sign in | FAQ
in Search

Browse by Tags

All Tags » grid (RSS)
  • Re: Hide column headers for *databound* xamDataGrid

    Were you able to find the answer? I have the same problem... Thank you in advance.
    Posted to Forum by borjanja on 11-18-2008
  • Selected.Rows collection clears itself

    I use Wingrid v7.3 Here is the problem I have: I select multiple rows – it could be groupby rows or non-groupby rows. Then with right-click I perform some actions on all selected rows. It works fine when I select multiple non-groupby rows. But when I right-click on groupby row, all rows except the one...
    Posted to Forum by veronicam on 11-14-2008
  • Problem with Refreshing a grid

    Hello I Have a problem with refreshing winGrid. I bind data to the grid like this: private BindingSource bs; var employeeQuery = from employee in db.Employees orderby employee.LastName select employee; bs = new BindingSource(employeeQuery, ""); ultraGrid1.DataSource = bs; The grid display all...
    Posted to Forum by yossy on 11-13-2008
  • grid flicker

    Hi, My ultra grid is flicker and take long time while loading. it was designed in table, wil u plz give solution for this. Advance thanks with rgeads sudhakar
    Posted to Forum by msnsudha on 11-12-2008
  • Re: How to save and reload Sorting and Grouping descriptions?

    hi, is this working? coz, i tried.... dg.FieldLayouts[0].SortedFields.Clear(); for (int i = 0; i < b.Length; i++) { Field fld = dg.FieldLayouts[0].Fields[b[i]]; FieldSortDescription fsd = new FieldSortDescription(); fsd.Field = fld; fsd.Direction = ListSortDirection.Ascending; fsd.IsGroupBy = true;...
    Posted to Forum by kornelraju on 11-07-2008
  • Conditional formatting question

    Hi, I use Infragistincs Net Advantage for Windows Forms version 8.2. In my application I enabled users to set conditional formatting for an UltraWinGrid instance using ConditionValueAppearanceForm. A column is currently set to display -ve values in red foreground color and +ve values in blue foreground...
    Posted to Forum by sarathnair on 11-05-2008
  • How to filter "top 10" rows?

    Hi all, I am trying to figure out how to implement a "top n" filter. This is usually in conjunction with a sorted column, so that you can have the grid sort first then apply a filter to show only the first ten rows. However, I seem to understand that the WinGrid first applies the filter then...
    Posted to Forum by duetto on 11-04-2008
  • Keyboard Navigation Results in Odd Tab-like Behaviour

    We have a xamDataGrid which has CellSelectAction="SelectRecord" set, and FieldLayoutSettings.SelectionTypeCell="None", yet when I select a cell and the whole record is shown selected. However, if I then press the right cursor(/arrow) key [->] then you can see each cell being focussed...
    Posted to Forum by richstokoe on 11-03-2008
  • Hierarchical Data Ignoring ICustomTypeDescriptor After A Given Depth

    I'm using the UltraGrid v7.1 on my current project and it is exhibiting some slightly perplexing behaviour. The grid itself is being bound to a custom class which inherits from BindingList<T> and contains a number of other custom objects all inherited from a base class (GridDataRow) which exposes...
    Posted to Forum by gheslop on 10-31-2008
  • Grid column width issue

    Hi, I want to make grid with all columns except one to be fixed sized and the one column to fulfill all the remaining space. How can I do that? Thanks.
    Posted to Forum by alexsychev on 10-23-2008
Page 1 of 5 (45 items) 1 2 3 4 5 Next >
Powered by Community Server (Commercial Edition), by Telligent Systems