Closed gitfengjing closed 6 years ago
Hello,
Which version is used?
Please, try to use the latest stable version.
Kind Regards, Tony
Dear tony, I have used the version is jqGrid 4.6.0("jquery.jqGrid.src.js"),and it is work OK.(When Multikey is "ctlkey", I also can check every rows' checkbox.) but I meet a new problem:my table's column name is chinese,when it transfers the parameter "sidx" by ajax that I get wrong words.So, if you can tell me how to add the function "escape()" before "get/post" jqGrid' self parameters ?It need to edit the file "jquery.jqGrid.src.js" or "jquery.jqGrid.min.js". Thanks. @tonytomov
I have just deal with this problem.I use "ajaxGridOptions: {contentType: 'application/json; charset=utf-8'}"
This version is too old and is no more supported. Please use the latest one and if the problem persist, please reopen it.
Dear ALL, There have two problems that I can‘t deal which about Multiselect and Multikey: 1、When Multikey is "ctlkey",and unselect using checkbox doesn't work,how to fix this bug? 2、When row has selected, that I turn page, and the primary selected rows turn to unselected. Who can tell me how to deal with it,if you can show the code? Best regards!