views:

37

answers:

1

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!

A: 

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.

Justin Ethier
thanks! i just need to delete it in client side ...its more like a shopping cart from where you remove the items added wrongly from client side only...
paul