I have a button says remove selected button. On selecting a particular row or multiple rows I want delete it from the jqGrid..How can I achieve this ? can I use delGridRow method.
Any help will be appreciated. Thanks!
I have a button says remove selected button. On selecting a particular row or multiple rows I want delete it from the jqGrid..How can I achieve this ? can I use delGridRow method.
Any help will be appreciated. Thanks!
You can use the delRowData method to remove data from the grid, although you will need to send a request to the server if you also want to delete the data from your back-end.