开发者

jqGrid memory leak on reloadGrid

开发者 https://www.devze.com 2023-02-11 13:50 出处:网络
I haven\'t been able to find a solution to a memory leak in Internet Explorer 8 (haven\'t tried any other).

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?

0

精彩评论

暂无评论...
验证码 换一张
取 消