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

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 )