Check documentation for the latest version of dhtmlxSuite Grid. Work with the Server Side DHTMLX Docs

Grid. Work with the Server Side

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