admin管理员组文章数量:1355789
I am using latest version of jqGrid(4.8.2), and there are some strange:
There is no file: grid.custom.js, in folder(or in github)
In wiki(.php?id=wiki:methods) that method must be in file grid.custom.js
Finally, in source i can find method: gridUnload : function ( jqGridId ), and it's look similar(but you must call this method like this:
$.jgrid.gridUnload('jqGridKoeff');
But this situation is really strange. Be careful!
I am using latest version of jqGrid(4.8.2), and there are some strange:
There is no file: grid.custom.js, in folder(or in github)
In wiki(http://www.trirand./jqgridwiki/doku.php?id=wiki:methods) that method must be in file grid.custom.js
Finally, in source i can find method: gridUnload : function ( jqGridId ), and it's look similar(but you must call this method like this:
$.jgrid.gridUnload('jqGridKoeff');
But this situation is really strange. Be careful!
Share Improve this question edited May 22, 2015 at 16:39 HaveNoDisplayName 8,527106 gold badges40 silver badges50 bronze badges asked May 20, 2015 at 13:28 Oleg LOleg L 1712 silver badges14 bronze badges 1- 1 The changes are described in the release notes to Guriddo jqGrid JavaScript 4.8. That changes not exist in free jqGrid 4.8. – Oleg Commented May 20, 2015 at 13:41
1 Answer
Reset to default 7There is a change in newer versions of the grid. Now you have to call GridUnload functions like the following:
$.jgrid.gridUnload(‘#jqGridId’);
where jqGridId is the id of the grid
本文标签: javascriptJQgridno such method gridunloadStack Overflow
版权声明:本文标题:javascript - JQgrid - no such method gridunload - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1744012661a2575851.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论