PDA

View Full Version : Data Filter


nrevelle
11-05-2006, 05:20 PM
Any plans to add a data filter option to the grid? My users are looking for something like MS Excel Data Filter where you can select a value or enter a string and filter the rows to only show those values.

jack.slocum
11-05-2006, 05:37 PM
There is no plan to add a UI component to the grid to do it. Filtering the data is supported by the data model classes though so adding a custom implementation is definitely possible.