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.
Up arrow icon