Rank: Member Groups: Member
Joined: 1/29/2008 Posts: 17
|
Hi, I have an Eo.grid on my page, that gets populated with 11 rows, it takes almost 30 seconds to complete the display, yet if I chnage the grid to an asp:datagrid, it takes less that 2 seconds to display. Any suggestions as to why there is such a large time difference. I would like to continue with the EO grid, but I do need to improve the display speed several fold.
Many Thnaks
Rory
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi Rory,
Try to give the Grid a fixed height and width. That should speed things up a bit. Reducing number of columns will also have a very effective impact on the load time --- but I doubt whether that will be an acceptable solution for you. Our Grid is indeed much heavier than asp:DataGrid because of all the extra features we provide. Hopefully we can optimize it more in our future release.
Thanks
|