Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Cathy on Nov 11, 2008 07:13
open dhtmlx forum
How to fill data from dataview

Hi

i am getting data from sql as data view how can i make the data available in grid

regards
cathy
Answer posted by Support on Nov 11, 2008 07:30
The grid is fully client side component, it can't access data directly from db, you need to use 

grid.load(server_script);

where server_script some code which will convert and output data view to one of supported formats ( xml, json, csv )