Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by krajesh on Sep 20, 2008 00:06
open dhtmlx forum
grid

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.
Answer posted by dhtmlx support on Sep 23, 2008 01:42
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.