How to draw Grid from data in database ?
I mean i want to draw grid by use data from database not use xml.
I will use what method or what I can do.
The grid can load data from XML or CSV stream, that doesn’t mean that you need to use static XML|CSV file - you can load data from any server side script.
grid.loadXML(“data.php”);
where data.php - php script , which will connect to db, fetch data and output it to browser
dhtmlx.com/docs/products/dhtmlxG … 8769462000