Dear Support,
I am trying to load XML string in the dhtmlxGrid like:
grid.parse(xmlString);
header information has been setted correctly but record information doesn’t.
My xml String looks like:
Customer number
BirthDate
Benefit date
Covered on
Relation
Relative name
1
15/01/98
15/01/98
yes
Daughter
Jenny Koberlein
1
07/12/65
16/03/98
yes
Spouse
Ken Koberlein
2
21/12/90
03/11/97
yes
Son
Bill Andrews
If I load that XML from the file it works perfectly. Could je please tell me how can i load XML string in the grid object?
Hello
please check the sample in the grid package dhtmlxGrid/samples/12_initialization_loading/10_init_grid_xml.html (the same sample on our website dhtmlx.com/docs/products/dht … d_xml.html )