PDA

View Full Version : time of load a Grid



Xcar
27 Sep 2007, 7:45 AM
hi ,
There is my problem .
I have a grid that load 5000 rows int page size of 200 rows but the time of load data for page is aprox.. 15 seg is to long time , somebody can tell a way to load more fast ..
for example the protein database show in forum ext ...

thank for you help

devnull
27 Sep 2007, 9:24 AM
make sure you are not using autosize on any of the columns or headers.
load fewer records at a time.
i imagine avoiding use of custom renderers can help too.
without seeing your code, its hard to recommend anything specific.

tryanDLS
28 Sep 2007, 9:33 AM
Do some searches in the forum on grid+performance. These issues and suggestions have been covered several times.