Grid: about loading a data


Hello Sir

My grid is working properly but i want to load a data from a MYSQL database in a grid . for that i wrote a servlet to auto generate a xml file and that xml file is used in grid but sir i am facing some problem in it. as i am working on J2EE Struts project

is there any other way to load a data in grid other than xml if yes please tell me how???



I am waiting for your reply.

Grid is client side component , so it can’t be connected to MySQL directly and will need some kind of server side script in any case.
Starting from version 1.6 grid can load data in next formats
- xml
- json
- jsarray
- csv

for all formats, data can be loaded from remote url, or from page|string in the same page.
dhtmlx.com/docs/products/dhtmlxG … oadingdata