Infragistics Home

Infragistics Forums

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

Browse by Tags

All Tags » filter » FilterRow UltraGrid (RSS)
  • Refresh filter dropdown values on data updated

    I've got a WinGrid that updates the rows as the bound data is updated. I also have the filter row enabled. How do I refresh the filter drop down so that any new values are available to be filtered upon and removed ones are removed. For example if each row represents a user and there is a column for...
    Posted to Forum by fluxmunki on 09-18-2008
  • Wingrid - ColumnFilter - Not working second time.

    I am adding columnFilter for the Grid like : grdAccountMaintenance.DisplayLayout.Bands[0].ColumnFilters[ColumnName].FilterConditions.Add( new Infragistics.Win.UltraWinGrid.FilterCondition( grdAccountMaintenance.DisplayLayout.Bands[0].Columns[ColumnName], Infragistics.Win.UltraWinGrid.FilterComparisionOperator...
    Posted to Forum by jaysparikh on 07-31-2008
  • Re: Multiple Filter Conditions on Single Column

    Hi , this way the code is working for me............. Prominent difference here is that I specified the OR LOGICAL OPERATOR for that particular column alone......maybe you can try this Sample Code: .ColumnFilters( "ColName" ).LogicalOperator = FilterLogicalOperator.Or .Columns( "ColName"...
    Posted to Forum by Arun Rajaraman on 07-17-2008
Page 1 of 1 (3 items)
Powered by Community Server (Commercial Edition), by Telligent Systems