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

Modify GridGroupingControl FilterBar Row

Help guys, I need to change the behavior of the FilterBar row on my Grid.

By default, the filter row displays the unique records from each of the columns in the grid. I want to change it as follows.

1. Change the datasource of the dropdownboxes of the filters so it displays data of my own choosing, different from whats in the column it filters.

2. I want to access the underlying controls in the filter row and change their default behavious. eg. i want the comboboxes to allow multi-selection in its list, I want to change some of the comboboxes to listboxes, I want to embed datetime pickers as the filter for some columns.

3. Finally, I want to add a submit button to the grid so once the end user finishes setting the query criteria they click on this button to make the grid refresh and fill it rows with data matching the query constraints.


1 Reply

HA haneefm Syncfusion Team May 9, 2007 03:54 PM UTC

Hi Nedu,

Issue 1:
Please refer to this KB article for customize the filterbar entry in a grid.
< a rel='nofollow' href="http://www.syncfusion.com/support/kb/grid/Default.aspx?ToDo=view&questId=323">http://www.syncfusion.com/support/kb/grid/Default.aspx?ToDo=view&questId=323

Issue 2 & 3:

You can do this by adding the custom celltype in a grid. Please refer to the attached sample for more details.
http://www.syncfusion.com/Support/user/uploads/GGC_FilterBar_DropDownUserControl_45d58614.zip

Here is a forum thread that discuss with the custom celltype.
http://www.syncfusion.com/support/forums/message.aspx?&MessageID=31307

Best regards,
Haneef

Loader.
Live Chat Icon For mobile
Up arrow icon