7
votes
1answer
160 views

Should filtering of data have an effect on the filter criteria as well?

My quesion is about filtering of data in a Windows desktop application. I have a large amount of data coming from a database (> 900.000 records). The records are shown in a classic listcontrol (rows ...
16
votes
3answers
516 views

How to indicate a table is missing rows that have been filtered out?

Do you know of any aesthetically-pleasing and effective ways of indicating that a table's contents have been filtered, without the filter information getting in the way? Some background on my ...