GGC Filter (urgent)

Hi,
How can i get the filtered column list ?

Thanks


1 Reply

SR Sri Rajan Syncfusion Team July 9, 2008 11:54 AM UTC

Hi Simon,

Thank you for your interest in Syncfusion products.

You need to set the below properties to add the filterbar.

// ShowFilterBar for the Main table......
this.gridGroupingControl1.TopLevelGroupOptions.ShowFilterBar = true;

//Enable the filter for each columns
for(int i = 0 ; i< gridGroupingControl1.TableDescriptor.Columns.Count;i++ )
gridGroupingControl1.TableDescriptor.Columns[i].AllowFilter = true;


Please refer the below browser sample and let me know if this helps.
Grid.Grouping Samples---> FiltersAndExpressions--->FilterBar

Local Path:
\My Documents\Syncfusion\EssentialStudio\{Version Number}\Windows\Grid.Grouping.Windows\Samples\2.0\FiltersAndExpressions\FilterBar

Best Regards,
Srirajan.



Loader.
Up arrow icon