i have a grid which has actions defined for the onPaging, onSelectRow and gridComplete events
When i use the jqGridExport function to export the grid to the server it seems to work OK, but when i run the JSON that it creates through JSONLint it says the JSON is invalid for these actions.
My jqGridExport command is:
var jsonGrid = jQuery(“#tableReport”).jqGridExport({exptype: “jsonstring”, root: “tableReport”});
$.post(“/SOA/Grid.soa”, {grid: jsonGrid, report: “today”});
The code for my onSelectRow event is:
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top