Categories | Question details Back To List | ||
Is there a possible way where we can get the output
from the tree as an XML string where only the root, 'che... Is there a possible way where we can get the output from the tree as an XML string where only the root, 'checked parent(s)' and 'checked children' are returned. Now as we use tree.setSerializationLevel(true, true); var myXmlStr = tree.serializeTree(); it dumps the whole tree as an xml which we don't want. Answer posted on Feb 14, 2007 16:15
The current version 1.3 of tree
doesn't support such feature. You can serialize all tree and then separate
checked item, by related attribute of xml tags.
Answer posted by Nadine (Support) on Dec 04, 2014 11:28 Not much can be said in addition to the reply above, but you also can check filtering datagrid and tos connector and find out what we have probably missed in our explanation. |