We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

This code is working for Wordwrap, but autofilter not working,

Hi Haneef,

This code is working for Wordwrap, but autofilter not working,

DgBlotter1.TableDescriptor.Columns[0].AllowFilter = true;





GGC_Forum_ResizeToFit_a41fcf801.zip

1 Reply

HA haneefm Syncfusion Team May 10, 2007 06:44 PM UTC

Hi,

If you want to show the auto filter row in a grid then set the ShowFilterBar property to true.

//For TopLevelGroup
this.gridGroupingControl1.TopLevelGroupOptions.ShowFilterBar = true;
//For all nested level.
this.gridGroupingControl1.NestedTableGroupOptions.ShowFilterBar = true;
//For all child groups
this.gridGroupingControl1.ChildGroupOptions.ShowFilterBar = true;

Best regards,
Haneef

Loader.
Live Chat Icon For mobile
Up arrow icon