Filterbar , for each column -> multiple value selection ?

hi,

Does filterbar for (gridgrouping control) support muliple value selection ?

in another word, user be able to filter Col1 = 1 or Col1=2 .

please advise example.

david


3 Replies

JJ Jisha Joy Syncfusion Team February 26, 2009 06:52 AM UTC

Hi David,

The following is the sample uses the userControl in the FilterBar. The usercontrol for each column contains row values with the checkbox’s which enables the user to select multiple row for filtering. This has been achieved by deriving the GridTableFilterBarCellModel and GridTableFilterBarCellRenderer classes.


Please refer the sample:

http://websamples.syncfusion.com/samples/Grid.Windows/Grid_WF_GGCMultipleFilters/main.htm

Kindly try this and let me know if you need further assistance.
Regards,
Jisha



DC David Cui February 26, 2009 03:05 PM UTC

Jishi,
Thanks. a nice example.

how can i still keep Custom option in this checklist box? in another word, how can i trigger that dialog which user can construct conditions?



david

>Hi David,

The following is the sample uses the userControl in the FilterBar. The usercontrol for each column contains row values with the checkbox’s which enables the user to select multiple row for filtering. This has been achieved by deriving the GridTableFilterBarCellModel and GridTableFilterBarCellRenderer classes.


Please refer the sample:

http://websamples.syncfusion.com/samples/Grid.Windows/Grid_WF_GGCMultipleFilters/main.htm

Kindly try this and let me know if you need further assistance.
Regards,
Jisha





JJ Jisha Joy Syncfusion Team February 27, 2009 09:57 AM UTC

Hi David


Please refer the following modified sample that add custom option the checklist filter dropdown

http://files.syncfusion.com/support/Grid.Windows/GGC_FilterBar_DropDownUserControl.zip

Please let me know if this helps.

Regards,
Jisha


Loader.
Up arrow icon