In this tutorial we'd like to tell you about implementing basic server-side operations in dhtmlxGrid: loading, adding, saving, deleting.
The tutorial is intended for developers who have already been familiar with the dhtmlxGrid component. If you haven't, please read the following tuturial at first - 'First Steps with dhtmlxGrid' .
Download the demo app here.
After you finish this tutorial, you'll get a grid that presents a list of books stored in a database. The users can add/delete books in the grid and changes will reflect in the database.
Back to top