Rank: Advanced Member Groups: Member
Joined: 10/14/2010 Posts: 19
|
Support,
I thought I saw an example of a dropdown list in a grid header for a filter but could not find one.
Can you ponit me to any sample code? I searched the forum but did not find any.
Thank you, Patrick
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
We don't really have a sample for filtering because the Grid does not have that feature built-in. The only thing you can do is to put a drop down above the Grid and then rebind the Grid when user selects an item from it. We have been thinking about some kind "filter()" method that you can call on the Grid's client interface so that you can do the filtering on the client side directly, but that has not been implemented yet (even if it is implemented, you will still need to add the dropdowns, the dropdowns are not part of the Grid).
Thanks!
|