Categories | Question details Back To List | ||
dhtmlxTree Full serialization with child calculation on Hi guys, I've juste discovered that when you try to serialize (full mode) a tree component whith child calculation on , and reload it later, label of nodes contains previous child calculations text. For instance, Node Label of guenine tree : IMAGES [34] After serialization and reload : IMAGES [34] [34] I've had a glimpse of the code but I'd not resolved it. Any help, please ? Answer posted by Alex (support) on Mar 02, 2009 07:10 Hello, Please, see the possible solution here http://www.dhtmlx.com/docs/products/kb/index.php?s=normal&q=7974 Answer posted by n.darques on Mar 02, 2009 07:33 Thanks, this quickfix is more than enough for my use right now. |