Hi,
I am using smartclient 6 and IE 6 for my application.
I have some screens with smartclient listgrid.
What i have observed is my listgrid loading time, rows refresh time etc. are very slow on IE 7 whereas same page and actions works very fast on IE 6.0.
My page takes some 10 secs of time on first time to fetch some data for listgrid. But further page loads are very fast. But when it goes to IE 7 no matter how many times i visit a page it takes same time.
It is not just caching issue. On row clicks i refresh some cells to show / hide images. This action takes so long time on IE 7 that user can see images disappearing and appearing after few seconds on refreshcell call.
If it is related to code optimization then thing to be noticed is same page responds fast on IE 6.
Is it known issue ? i have to check some particular setup on browser?
I am using smartclient 6 and IE 6 for my application.
I have some screens with smartclient listgrid.
What i have observed is my listgrid loading time, rows refresh time etc. are very slow on IE 7 whereas same page and actions works very fast on IE 6.0.
My page takes some 10 secs of time on first time to fetch some data for listgrid. But further page loads are very fast. But when it goes to IE 7 no matter how many times i visit a page it takes same time.
It is not just caching issue. On row clicks i refresh some cells to show / hide images. This action takes so long time on IE 7 that user can see images disappearing and appearing after few seconds on refreshcell call.
If it is related to code optimization then thing to be noticed is same page responds fast on IE 6.
Is it known issue ? i have to check some particular setup on browser?
Comment