Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Sameer on Jun 07, 2008 01:53
open dhtmlx forum
xml stream to grid

How to pass xml stream object to the grid .?
we want the code how to write xml stream and pass it to grid?
Answer posted by Support on Jun 09, 2008 01:38
The grid can load external XML stream from any source ( static XML file or output generated by any kind of server side script ) by
    grid.load(URI)

where URI - URL of XML resource

The server side script just need to generate XML of text and output it in standard way ( content type of response must be set to text/xml )