Skip to main content
jqgrid_add_edit_delete

jQgrid’s Add, Edit, and Delete Record with API

in this post, We will create a simple example of how to use jqGrid with RESTful web services for adding, editing, and deleting records.jqGrid is a popular ajax based table grid plugin using jQuery and jQuery UI.

I previously posted a tutorial on creating table listings and pagination using jqgrid listing and rest services. We’ll expand on that jqgrid tutorial and enhance the jqgrid table listing with additional features.

Read More