Tagged Questions
1
vote
7answers
121 views
Possible functions for a column in a grid, list or table
I'm working on a portfolio management system at an investment company, which will include a list of stocks held and their attributes such as name, issuer, market price, value etc. These will be listed ...
7
votes
1answer
162 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 ...