问题
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 clearGridData
, but to no avail :(
I use the latest 3.8.2 version of jqGrid and load JSON data from the server.
回答1:
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?
来源:https://stackoverflow.com/questions/5015098/jqgrid-memory-leak-on-reloadgrid