jqGrid memory leak on reloadGrid

生来就可爱ヽ(ⅴ<●) 提交于 2020-01-06 07:33:16

问题


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

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!