Hello,
I am trying to figure out how to do sorting using datatype jsonstring and form editing with multiple select using jqgrid 3.5 beta version.
When the first time the grid loads up the sorting is fine. But after add, edit or delete ( i am using multiple select for delete) the grid soting goes off.
I am using struts 2 to load up the data, edit , add, delete. The server return data in a jsonstring. I do not do any sorting on server side. I want all the sorting on the client side.
I have afterSubmit function
afterSubmit:function reloadGrid(data,postdata){
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top