using Syncfusion.Windows.Forms.Grid.Grouping

Hi Haneef,

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

"Syncfusion.Windows.Forms.Grid.Grouping"

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



GGC_Forum_ResizeToFit_a41fcf802.zip

2 Replies

AS Ashok May 10, 2007 09:48 AM UTC



This code is working for Wordwrap, but autofilter not working
"Syncfusion.Windows.Forms.Grid.Grouping"
DgBlotter1.TableDescriptor.Columns[0].AllowFilter = true;




GGC_Forum_ResizeToFit_a41fcf802.zip

GGC_Forum_ResizeToFit_a41fcf803.zip


HA haneefm Syncfusion Team May 10, 2007 07:14 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