Check documentation for the
latest version of dhtmlxSuite
HowTos DHTMLX Docs
Samples
Forum
Support
Documentation
/
Suite 5.X
.Net Connector API
General Idea of dhtmlxConnector
Initializing .Net Connector
Dynamic Loading
Security
Basic Loading
Formatting/Changing Data Before Loading
Filtering
Sorting
Client-side requirement - dataProcessor
Making Queries
Transactions
Validating Data
Error handling and logging
Other Database Types
New Functions
HowTos
General HowTos
Data Loading HowTos
Data Updating HowTos
Combo Specific HowTos
Grid Specific HowTos
Scheduler Specific HowTos
Tree(TreeGrid) Specific HowTos
Start
Client-Server Communication
.Net Connector
HowTos
General:
...
assign aliases to DB fields?
...
attach event?
...
create custom database error message?
...
customize the content of a cell?
...
deny access to a certain operation?
...
filter data on the server side?
...
handle errors and log them?
...
sort data on the server side?
...
validate data on the client side?
...
validate data on the server side?
Loading data:
...
enable dynamic loading?
...
format/change data before loading?
...
load data from a database table?
...
send additional information to the client side?
Updating data:
...
alter the default styles set for responses?
...
implement transactions?
...
link dataProcessor with connector?
...
save data changes made in form?
...
update data on the server side?
Components-specific:
Combo:
...
populate combo with data from db?
Grid:
...
define grid configuration on the server side?
...
populate select/combo columns with data?
Scheduler
...
load options list from the server?
Tree and TreeGrid:
...
mark an item as a leaf or a branch?
Back to top