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
You need to enable “full-serialization” by
grid.setSerializationLevel(false,true);