Show Posts

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.


Messages - Shital

Pages: [1]
1
But I want send that data back to server to save in json file. how should I remoeve these state values?

2
Help for ParamQuery Grid (free version) / "selectedRow":false in datamodel
« on: December 19, 2014, 03:39:25 pm »
Hi ,

After editing data in Grid, if I read data I get "selectedRow":false  in data.
I am reading data with following code


Code: [Select]
var DM = $("#leftTopGrid").pqGrid("option", "dataModel");
                var griddata = DM.data;
                alert('grid data...' + JSON.stringify(griddata));


And I get the result as


grid data...[{"Line":"Line1","Col1":"Acc ","Col2":" {0008,0050} ","Col3":" {0008,1030}","Col4":"","Col5":"true","selectedRow":false},{"Line":"Line2","Col1":"{0008,1030} ","Col2":"abc","Col3":"test34","Col4":"","Col5":"","selectedRow":true},{"Line":"Line3","Col1":"imo","Col2":" {0020,0013} ","Col3":"shital","Col4":"","selectedRow":false}]


Thanks,
Shital

Pages: [1]