Hi,
I am planning to use the Infragistics code for displaying a set of records in list format and then filtering them on the client side. For a Grid containing 120 rows, the first time I try to do a Sort (On client Side) it takes on forever.
I noticed in my Status Bar that it was downloading around 469 images (hover images from the sytle sheet directory)... I am using an Application stylesheet...And it just seemed wierd that it would be donloading the same image so many times.. Is there a way to optimize this ?
The worst part is IE says (Not responding) :(
Thanks
Hari
The client side sorting is horrible in the web grid. You try server side for reasonable response.
Thanks for the reply shareef.. U are right... Sorting seems to be faster in Server side
But It seems like even just loading the 120 rows the first time requires downloading around 420 images
Is there a way to preload the images ? Or is it just because I am runing it localy this happens . and would vanish away if it was deployed in IIS ?
hari
You cannot preload the images. But the browser typically caches the images. I don't know what these 420 images are? Go to IE options|settings|view files and see what files are being downloaded from your localhost.