|
Browse by Tags
All Tags » filter » FilterRow UltraGrid ( RSS)
-
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...
-
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...
-
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"...
Page 1 of 1 (3 items)
|
|