Check documentation for the latest version of dhtmlxSuite Client-Server Communication DHTMLX Docs

Client-Server Communication

To implement interaction of client-side components with the server side DHTMLX library provides two effective tools: dhtmlxConnector and dhtmlxDataProcessor. There are connectors for PHP, Java, .Net and Cold Fusion platforms are available.

Server Side Solutions

dhtmlxConnector is a server-side helper library that enables access to external datasources and backend systems. It lets load data from the server, implement server-side filtering, sorting and validation.

Client Side Solution

dhtmlxDataProcessor is a mediator between the client and server side. It allows managing CRUD operations on the client and saving the applied changes back the server.
Back to top