Check documentation for the latest version of dhtmlxSuite .Net Connector DHTMLX Docs

.Net Connector

DHTMLX connector is a helper server-side library that enables access to external datasources and backend systems.

It supports all DHTMLX components which operate with data.

The library itself provides a wide server-side functionality, such as data loading (static or dynamic), saving, filtering, validation etc. Integration with DHTMLX Dataprocessor allows managing the insert/delete/update operations as well.

Server-side requirements

  • Supported platforms:

    • Microsoft .NET Framework 3.5
  • Supported databases:

    • Microsoft SQL Server;

Difference from PHP connectors

The next features of PHP connector are not supported by .NET connector:

  • For all components
    • multi-user, server-side sync

Supported functionality

  • Data loading for Grid, TreeGrid, Tree, Combo, Gantt, Scheduler, DataView, Chart, Form
  • Data saving for Grid, TreeGrid, Tree, Gantt, Scheduler, DataView, Form
  • Server-side sorting and filtering for Grid, Treegrid
  • Dynamic loading (paging) for Grid, Treegrid, Tree, Gantt, Scheduler, DataView, Combo
API reference
Guides

.Net Connector Basics

Discusses the definition of dhtmlxConnector and the way of initializing .Net connector.

Loading Data

Describes the ways of loading data using .Net Connector as well as the operations connected with it: filtering, formatting and sorting data.

Managing Create/Update/Delete Operations

Tells about executing main operations with data using .Net Connector.

Auxiliary Resources

Covers common information you may need while working with .Net Connector, incliding answers to the questions about connector's work.
Back to top