Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by paresh on Sep 24, 2008 02:06
open dhtmlx forum
Dhtml grid LoadXMLString

we are using Commercial edition of DHTML Suite
<NewDataSet>
<Table>
<Functions>0</Functions>
<TripNo>1</TripNo>
<FromWareHouse>A12</FromWareHouse>
<ToWareHouse>A12</ToWareHouse>
</Table>
<Table>
<Functions>0</Functions>
<TripNo>9</TripNo>
<FromWareHouse>A12</FromWareHouse>
<ToWareHouse>A12</ToWareHouse>
</Table>
</NewDataSet>
this is the XML am giving as input to LoadXmlString Method
it is not working properly ,expecting the parameter aftercall as second parameter
could u guide me to work proper
Answer posted by dhtmlx support on Sep 24, 2008 07:21
Grid requires xml in a  special format. Please, the correct format can be found in the following page: http://dhtmlx.com/docs/products/docsExplorer/doc/dhtmlxxml/index.html#dhtmlx_xml

Also, please, the sample in the documentation dhtmlxGrid/samples/initialization_loading/init_grid_xml.html