control name in 2010.2 version is Ultrawebtree while migrating from this to webdatatree control of 2012.2
I cannot find the corresponding functionality for properties(2010.2) : 1.ImageDirectory
2.Padding
3.SelectedNodeStyle
4.Levels
5.SelectedNode
and methods(2010.2) : 1.FileUrl
can any one help me out in mapping them with new functionalities in 2012.2 version
Hello susmitha sama,
Thank you for posting in our forums!
Please see my response to each property below:
1.ImageDirectory - Depending on which images you are using, this is either handled through CSS, or properties on each DataTreeNode.
2.Padding - Our Aikido controls handle their styling through CSS. The WebDataTree has a CssClass property that can be used.
3.SelectedNodeStyle - Our Aikido controls handle their styling through CSS. Each DataTreeNode has a SelectedCssClass property that can be used.
4.Levels - WebDataTree.DataBindings can be used to define similar information.
5.SelectedNode - WebDataTree.SelectedNodes is a list of selected DataTreeNodes.
6.FileUrl - Since the WebDataTree is built on our Aikido framework, the .igproj files are no longer used. To dynamically create the WebDataTree, the properties will need to be set individually when the control is created. If you need more information, please look over our WebDataTree documentation.
If you need any further assistance with this, please let me know.
Please let me know if you have any other questions or concerns about this issue and I'll be glad to help you.