I am new to JQGRID and I am using version 4.7.1.
I am trying to create JQGRID with SUBGRID. The code is working as expected in Google chrome, but I am getting the below
TreeGrid don't works with datatype: "local"
, but one can use datatype: "jsonstring"
instead. One need just use datastr: mydata
instead of data: mydata
. You should use parent: "null"
instead of parent: ""
additionally for top level icons. It allows to have local sorting additionally. See the answer for the corresponding code example.
The reason of the problem "jquery.jqGrid.src.js, line 1639" could be the bug with the usage of firstElementChild
. See the answer for details. You can download code of jquery.jqGrid.src
of jqGrid 4.7.0 after the fix from here. Alternatively you can download beta version of new free jqGrid from my fork of jqGrid.