I have a suggestion on the drop down combobox that lets you select individual filters in the datagrid. It would be useful if that contained additional functionality.
The filter combobox currently looks something like:
------(Clear Filter) ------
| [ ] Bob |
| [ ] George |
| [ ] Ed |
| [ ] Dave |
| [ ] Cornelius |
--------------------------------
(It currently is just a bunch of checkboxes)
But if it were changed to this:
---------------- (Clear Filter)------------------------
| (10) [Next] [Previous] [ ] Bob |
| (3) [Next] [Previous] [ ] George |
| (11) [Next] [Previous] [ ] Ed |
| (12) [Next] [Previous] [ ] Dave |
| (6) [Next] [Previous] [ ] Cornelius |
-----------------------------------------------------------
The (#) is the actual number of rows that have that string on it. For instance there are 3 rows in this column that have the name George in them.
The Next and Previous are small buttons that let you navigate to the next instance of George / whatever button you push
and the [ ] George is just the same checkbox that is currently there aready.
I realize you can group these by names....but if there are thousands of different names it is still very hard to navigate and find them. You could also obviously make these options so you can turn on and off these features.
As for having numbers there...I came across a situation where I needed to find out if a certain column had any duplicates so I grouped that column together and started looking through it. Unfortunely there were like 20,000 rows...and it was quite a pain to do.
Just a idea...