Rank: Newbie Groups: Member
Joined: 1/22/2008 Posts: 1
|
Hi Team,
it would be great if you could implement an exel-like autofilter for grid-columns. Filter should be dropdown-boxes on top of column and filled with the unique-values from the column.
best regards
frank
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,200
|
Hi Frank,
This is doable with the current version (you may wish to use a CallbackPanel control). Basically you generate the list on the server side and when user picks another value, you go back to the server side to repopulate the whole list.
It is not doable without relying on the server. So we will think about that and see if that can be supported as well.
Thanks
|