jqGrid delRowData removes and adds the row back it on reload -


i have jqgrid client-side sorting client-side json data. problem when delete row (it gets deleted grid, good) , if reload grid update paging data deleted row comes (which bad) have jqgrid client-side sorting client-side json data. problem when delete row (it gets deleted grid, good) , if reload grid update paging data deleted row comes (which bad)

below link replicate in jsfiddle. illustration clicking row delete row.

http://jsfiddle.net/wqouh57l/56/

 onselectrow: function (id)   {     $("#grid").delrowdata(id);     $("#grid").trigger('reloadgrid');     } 


Comments

Popular posts from this blog

authentication - Mongodb revoke acccess to connect test database -

r - Update two sets of radiobuttons reactively - shiny -

ios - Realm over CoreData should I use NSFetchedResultController or a Dictionary? -