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

php - Extract Text from HTTP referer -

Receive udp packets in android gstreamer -

authentication - ASP.NET Core 1.0. Bearer Token, cannot access custom claims -