FilterBar in groupingGrid

Hello, i''m using a ggc, i want to display the filterBar, i used TopLevelGroupOptions.ShowFilterBar = true; but i have no result, could you please tell me how can i resolve this problem Thanks

2 Replies

AD Administrator Syncfusion Team February 20, 2006 02:15 PM UTC

Hi, To get the filterbar in the GridGroupingControl, You need to initialize the AllowFilter property along with ShowFilter property. Here is the code snippet. this.groupingGrid1.TableDescriptor.Columns["City"].AllowFilter = true; this.groupingGrid1.TopLevelGroupOptions.ShowFilterBar = true; Kindly refer to our broswer sample ( \\windows\Grid.Grouping.Windows\Samples\FilterBar ) for more details Best Regards, Madhan.


AD Administrator Syncfusion Team February 20, 2006 04:30 PM UTC

Thank you very much, it''s works Best regards

Loader.
Up arrow icon