Hello,
I'm looking for an easy and efficient way to add local data to a treegrid.
The only working possibility I found was adding every node with the following method call:
mygrid.jqGrid("addChildNode", nodeid, parentid, rowdata);
Is there another function to add a full dataset (JSON data structure – similar to the data normally received from server)?
The following methods did NOT work:
mygrid.jqGrid("addRowData", "id", data);
mygrid.jqGrid("addJSONData", rows);
My Settings are: (and I'm currently using jqGrid ver. 4.0)
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top