Check documentation for the
latest version of dhtmlxSuite
HowTos DHTMLX Docs
Samples
Forum
Support
Documentation
/
Suite 5.X
Java Connector API
General Idea of dhtmlxConnector
Initializing Java Connector
Basic Loading
Dynamic Loading
Filtering
Formatting/Changing Data Before Loading
Sorting
Select/Combobox Columns in Grid
Client-Side Requirement - dataProcessor
Making Queries
Transactions
Security
Validation
Error Handling and Logging
Handling Events
Data Protocol
New Functions
HowTos
General HowTos
Data Loading HowTos
Data Updating HowTos
Combo Specific HowTos
Form Specific HowTos
Grid Specific HowTos
Tree(TreeGrid) Specific HowTos
Start
Client-Server Communication
Java Connector
HowTos
General:
assign aliases to DB fields?
attach event?
check value of an item?
customize content of a cell?
deny access to a certain operation?
filter data on server-side?
handle errors and log them?
set value of an item?
sort data on server-side?
validate data on client-side?
validate data on server-side?
Loading data:
enable dynamic loading?
format/change data before loading?
load data from database table?
send additional information to client-side?
Updating data:
alter the default styles set for responses?
avoid updating certain field(s) on server-side?
change default data processing while updating?
set custom status of operation?
terminate any further processing?
change values before saving?
implement transactions?
link dataProcessor with connector?
update data on server-side?
Component-specific:
Combo:
populate combo with data from db?
Form:
populate 'combo' item with data from db?
load data from db?
save changes made in a form to db?
Grid:
define grid configuration on server-side?
load data from a table that doesn't contain identity field?
set a custom style for a row or a cell?
Tree and TreeGrid:
mark an item as a leaf or branch?
Back to top