jqgrid - add,edit,delete isn't working

前端 未结 1 1776
旧巷少年郎
旧巷少年郎 2021-01-28 03:19

I can\'t add,edit,delete,search

and even i put editrules:{required:true} also doesn\'t work.

(error in firebug shown that \"isEmtpy is not function\")


1条回答
  •  傲寒
    傲寒 (楼主)
    2021-01-28 03:38

    It's known bug in the second version of jqGrid 4.3.2 version. You can read details in the answer and here. The problem is now fixed in the code of jqGrid on the github. So you can either download the fixed version of the jquery.jqGrid.src.js from here or download the last version of jqGrid from github. In the last case you have to follow the instructions which describes how to use jqGrid modules instead of one jquery.jqGrid.src.js or jquery.jqGrid.min.js file.

    0 讨论(0)
提交回复
热议问题