Professional UI Solutions
Site Map   /  Register
 
 

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.

Forums » Prof-UIS Tech Support » Grid with 2000 rows Collapse All
Subject Author Date
Offer Har Sep 17, 2009 - 9:12 PM

Hi,


This is a task was postponed, but now we need to get back to:


http://www.prof-uis.com/prof-uis/tech-support/support-forum/grid-with-2000-rows-62931.aspx#62943#@lt;/p>

Basically it’s a grid with about 2000 rows, 10 columns that have to be sorted by each column.


How do we do this?


Thanks,


Ron.

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.