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