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.

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
dhtmlx.com/docs/products/dhtmlxG … rt_comprob