PDA

View Full Version : AutoFilter feature for the grid



liotrox
11 Mar 2007, 7:18 AM
Hi all,

what about to have in the grid the possibility to have a 'autofilter' feature like the Excel one?

When enable this feature will display a row after the headers showing (for column the requires it)
a combobox with the distinct value of the current column values plus the 'empy' / 'non empty' / 'all' special values.

For better performance this can be implemented only in the client data (grid.filterBy(...)).

Instead of displaying a new row with comboboxes another way is to have an icon in the column header the when clicked display a popup where you can select the filter value.

Angelo