Forum
Please
Log In
to post a new message or reply to an existing one. If you are not registered, please
register.
NOTE: Some forums may be read-only if you are not currently subscribed to
our technical support services.
Subject |
Author |
Date |
|
Offer Har
|
Sep 17, 2009 - 9:12 PM
|
|
|
Technical Support
|
Sep 18, 2009 - 2:44 PM
|
We need to discuss some details about your task. You have 2000 rows and 10 columns. It’s not an enough large number of rows/columns and you can load it into the memory based grid control enough fast of all the grid cells are simple text grid cells. Then you can setup sort order to the grid control and all the grid rows will become sorted like you need. You can try to code this solution first and let us know whether the performance of the grid control is acceptable in your app.
The virtually cacheable grid will be noticeably faster even on this number of rows and columns. But it does not support data sorting and you will need to provide the grid with already sorted data.
|
|