1
Help for ParamQuery Grid (free version) / Re: "selectedRow":false in datamodel
« on: December 19, 2014, 04:23:10 pm »
But I want send that data back to server to save in json file. how should I remoeve these state values?
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
var DM = $("#leftTopGrid").pqGrid("option", "dataModel");
var griddata = DM.data;
alert('grid data...' + JSON.stringify(griddata));