Problem: Memory leakage in igGrid (IE only)
Description:
We are currently using igGrid throughout our application, we are running into a likely memory leakage issue with the igGrid component of the Infragisitcs jQuery Controls.
How to test:
Hello Karl,
The last few service releases we made a couple of Internet Explorer specific memory leak fixes. If you still experience memory leak problems with the latest SR for 12.2 or 13.1 please post the sample which reproduces the issue and we will investigate it.
Best regards,Martin PavlovInfragistics, Inc.
Was this issue reproducible and/or resolved? We are seeing a very similar issue in IE9 and have started receiving end-user complaints of the application "hanging" IE9, but not IE10.
Hello Nital ,
I see that you have an open case regarding this with number: CAS-116225-D7W6K3.
I’ve updated your case with the results of my tests based on your sample.
We can continue communication in that case.
Best Regards,
Maya Kirova
Developer Support Engineer II
Infragistics, Inc.
http://ko.infragistics.com/support
We are using IE 9. This memory leak problem may be IE9 specific. Please let me know if you can not reproduce it on IE9.
Thank you.
I’ve tested your sample and noticed that the grid doesn’t load after you refresh the page.
To have it load on refresh I added the following 2 options to the AjaxOptions for your form:
AjaxOptions ajaxOpts = new AjaxOptions
{
UpdateTargetId = "activeWorkloadDiv",
OnSuccess = "bindWorkloadActiveGrid",
InsertionMode=InsertionMode.Replace,
HttpMethod="GET"
};
After that I refreshed the page a few times but I didn’t notice a climb of the memory usage.
I’ve tested this under IE10. Are you perhaps testing this on an older IE version?
If so please let me know.