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
close icon

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.
Live Chat Icon For mobile
Up arrow icon