GridListControl filter??

Hi,

I have a grid list control (4.1.0.64) that have several columns on it, and I need to perform searching on each column (these column is dynamic, so we cannot create search textboxes for it :( ). Is there a built-in filter bar for this control like the grid data bound control?

Thanks and regards,

Cuong Luc.

1 Reply

AD Administrator Syncfusion Team January 29, 2007 12:41 PM UTC

There is no built-in support for filtering a GridListControl. Is there some reason you cannot use a GridDataBoundGrid or GridGroupingControl (which does support filtering) to display your list? Here is a link to a KB that shows how you can set properties so a GridDataBoundGrid looks like a GridListCOntrol. http://www.syncfusion.com/support/kb/grid/Default.aspx?ToDo=view&questId=118

Loader.
Up arrow icon