Categories | Question details Back To List | ||
Reading serialize data from a server Can you load serialize XML data from a server directly into a grid or do you need to read the data from an xml file? I am using CodeSynthesis XML serialization with a C++ base server. Answer posted by Support on Sep 01, 2008 01:38 You can load data from any URL, it may be a static XML file or just some kind of server side script which output XML text to the client. ( many default samples use php scripts as datasource ) If you have problems with XML loading ( Incorrect XML error ) - please check http://dhtmlx.com/docs/products/dhtmlxGrid/doc/articles/Common_Problems_in_Grid.html#grid_art_comprob |