Hi,
I am facing a problem with LiveGrid. In my application, the data is being populated to livegrid from Servlet which supplies 50,000 rows of data, It is generally taking much time to load data for the first time. But when I am doing sorting on any column, it taking so much time that Internet Explorer is giving an alert saying: "Stop running the Script? A script on this page is causing Internet Explorer to run slowly. If it continues to run, your computer may become unresponsive."
This is a serious performance issue as I have to submit the code sample to client. I have attached all the codes. Please suggest any possible way to stop this alert? I also want to know how will I implement cache memory utility so that everytime when i run the application, data can be loaded from the cache memory.
Thanks
Arindam
I am facing a problem with LiveGrid. In my application, the data is being populated to livegrid from Servlet which supplies 50,000 rows of data, It is generally taking much time to load data for the first time. But when I am doing sorting on any column, it taking so much time that Internet Explorer is giving an alert saying: "Stop running the Script? A script on this page is causing Internet Explorer to run slowly. If it continues to run, your computer may become unresponsive."
This is a serious performance issue as I have to submit the code sample to client. I have attached all the codes. Please suggest any possible way to stop this alert? I also want to know how will I implement cache memory utility so that everytime when i run the application, data can be loaded from the cache memory.
Thanks
Arindam
Comment