Categories | Question details Back To List | ||
How to use Serialize to save image inform within dhtmlxTreeGrid, I set images in different tree nodes, but after using function Serialize to save XML and reload, the display image in front of tree node change to default one. Seems the Serialize function can not save the image information but just Data. How to deal with this problem? thx Answer posted by Support on Apr 25, 2008 01:59 You need to enable "full-serialization" by grid.setSerializationLevel(false,true); |