Categories | Question details Back To List | ||
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 ) |