Virtual Mode Grid/List Controls
-
I am looking to find a low cost alternative to ComponentOne TrueDBGrid or Farpoint Spread (grids) that will allow me to fetch large numbers of records asyncronously(in batches) and merge them into a grid as they are received. For example: I have 11000 records in the datatable and the user want to perform a wildcard search on all records. He decides to enter *e* for the search pattern and this matches say 9000 records... I would like the data component to fetch say 400 records at a time and insert them into the grid as they are received (still allowing the user to scroll the grid, edit values, etc. while the data is still being fetched). C1TrueDBGrid (ComponentOne) does this fairly well in conjunction with C1DataObjects but I am curious if there is another similar product out there that I could look at. I have some issues with ComponentOne support from time to time. Suggestions...? Thanks, David