Check documentation for the latest version of dhtmlxSuite Your First App DHTMLX Docs

Your First App

This tutorial teaches you fundamental and useful concepts that you will use over and over again while developing apps with DHTMLX.

The tutorial highlights many aspects, including:

  • How to add standard DHTMLX components on the page
  • How to organize components on the page
  • How to add filtering possibilities to the app
  • How to populate components with data from the server side
  • How to save data changes made by users on the server
  • How to bind components to make the app working all-in-one

Download the demo app here.

After you finish this tutorial, you'll have a simple contact manager with a list of contacts and an editing form. Buttons in the toolbar of the app allow end users to add new records and delete the existing ones. The main elements of the app: a toolbar, a menu, a grid, a form.

Back to top