split method of grid is not working when i’m pass the xmlstring to the grid .
but its working when i pass xml file to grid .
pls suggest me a solution.
The issue was not reconstructed locally.
Please, check if splitAt is included before loadXMLString method:
grid.splitAt(1);
grid.loadXMLString(str);
If problem persists, please, contact us directly at support@dhtmlx.com and provide any kind of the sample where it can be recreated.