|
Rank: Member Groups: Member
Joined: 2/14/2012 Posts: 10
|
Hi,
I've been using EO web controls on my web application and applying the require stylesheet with grid, toolbars and buttons. I've noticed it execute and render page very slow on IE but very fast on Firefox. how would i get faster response and rendering on IE ?
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
Try to reduce the number of columns and give the Grid fixed pixel size. IE's layout engine and script engine are just much slower. IE 9 should be much faster. However if you reduce the number of Grid columns and give the Grid fixed pixel size, it should speed things up.
Thanks!
|
|
Rank: Member Groups: Member
Joined: 2/14/2012 Posts: 10
|
eo_support wrote:Hi,
Try to reduce the number of columns and give the Grid fixed pixel size. IE's layout engine and script engine are just much slower. IE 9 should be much faster. However if you reduce the number of Grid columns and give the Grid fixed pixel size, it should speed things up.
Thanks! I'll do the require changes for grid and let you know but I've the same problem with EO Dialog control, I'd open up the Dialog box from Code behind but it opens up very fast on Firefox and on IE it's responding very slow.
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
The dialog itself should be very fast. If you see it's very slow to open, then most likely it's because of other contents in your page because the dialog has to wait for your page to finish loading before it can display itself. So try the same code in a blank page first to find out where the bottleneck is first.
IE is just slower than FireFox. So it is VERY normal that your page opens up slower in IE. You just got to find out which part is slowing it down.
Thanks
|
|