Rank: Newbie Groups: Member
Joined: 5/26/2011 Posts: 2
|
I have used EO grid and EO dialog on the landing page of my application. Though it works fine, page load takes around 7 to 8 seconds. Even if I don't bind any control(drop down, list box, grid) etc when page loads, still it takes that long to load. Any clue? What can i do to make it faster.
If i use normal .net controls (grid and modal popup) its lighting fast.
Any help appreciated.
Thanks in advance.
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,200
|
Hi,
The dialog should not slow down your page load. The Grid may if you have a lot of data. Please consider reduce the number of Grid columns (Grid is optimized for rows instead of columns). And if that is still slow, consider using sever mode or callback mode so that the Grid does not load all data at once.
Thanks!
|