Hi,
I am trying to load a RadTreeView using client side databinding using Hierarchal data from database.
Could you please let me know whether the following is possible using RadTreeNode
1. How can i convert the Hierarchal data (I have got more that 3 child node levels) from the database, dynamically to build the RadTreeNodeData[ ] object, so that i can pass it to the RadTreeView using Webservice call or AJAX request?
2. Is there a dataBind() client side property in the RadTreeView alike RadGrid object, so that i can retreive the RadTreeNodeData[] object and bind it to the RadTreeView object? Or <WebServiceSettings Path=".." Method=".."> settings is the only way to bind the RadTreeView using Webservice call?
Actually my requirement is to load the RadTreeView control which is available inside the ItemTemplate of RadComboBox control. I want to populate the RadTreeView control on dropdown opening event.
Thanks for your support.
Thanks and regards
Sundar
I am trying to load a RadTreeView using client side databinding using Hierarchal data from database.
Could you please let me know whether the following is possible using RadTreeNode
1. How can i convert the Hierarchal data (I have got more that 3 child node levels) from the database, dynamically to build the RadTreeNodeData[ ] object, so that i can pass it to the RadTreeView using Webservice call or AJAX request?
2. Is there a dataBind() client side property in the RadTreeView alike RadGrid object, so that i can retreive the RadTreeNodeData[] object and bind it to the RadTreeView object? Or <WebServiceSettings Path=".." Method=".."> settings is the only way to bind the RadTreeView using Webservice call?
Actually my requirement is to load the RadTreeView control which is available inside the ItemTemplate of RadComboBox control. I want to populate the RadTreeView control on dropdown opening event.
Thanks for your support.
Thanks and regards
Sundar