jqGrid memory leak on reloadGrid
I haven't been able to find a solution to a memory leak in Internet Explorer 8 (haven't tried any other).
The leak is caused by calling jqGrid's $("#grid").trigger("reloadGrid");
method.
I tried deepempty: true
but that did not work. I also tried to call cl开发者_StackOverflow中文版earGridData
, but to no avail :(
I use the latest 3.8.2 version of jqGrid and load JSON data from the server.
I've used $("#grid").trigger("reloadGrid");
in different occasions and tested it with IE8 and I've never had any trouble.
How many rows are you loading?
Could you provide some code?
精彩评论