Browse By Tags

  • UltraGrid not filtering all results

    Hi, I have a system using Infragistics v16.1 and we're running into a potential bug on UltraGrid.  We have a large grid, 60+ columns and 100+ rows, and we have noticed that when filtering one of the columns, not all results are being filtered out. 

  • ValueList with FilterContitions shows wrong cell text

    I have an UltraWinGrid with a filter row at the top. Some string colums have a dropdown with filters. 

    On BeforeRowFilterDropDown I have the following code:

    if (typeof(string) == e.Column.DataType){
      FilterCondition condition = new FilterCondition(e.Column…

  • UltraGridFilterUIProvider

    I am looking at using the new UltraGridFilterUIProvider.  Is there any way to control the items in the dropdown container(FilterUIProvider), specifically the checkbox items that are pulled from the data for that column?

    Here is why, I have implemented…