/jqgridwiki/doku.php?id=wiki:upgrade_from_3.8_to_4.0.0
shows the replacement for setPostData and appendPostData, however, both replacement are exactly the same function.
jQuery(”#grid_id”).jqGrid('setGridParam',{postData:newdata})
This will always execute the equivalent of the old appendPostData, so it is not possible to do an setPostData
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top