hai telerik,
All the nodes in RadTreeView are like as link buttons , can we make some as a label (as dead link) and remaining as link buttons in the radtreeview.
Thanks and Regards,
Nagireddy T.
2 Answers, 1 is accepted
0
Atanas Korchev
Telerik team
answered on 09 Jan 2008, 01:31 PM
Hi nagi,
RadTreeView renders a link only when the NavigateUrl property of a node is set. If you don't set it the node will be rendered as text-only.
hai albert,
Thanks for the reply ,RadTreeView renders a link only when the NavigateUrl property is set but on the mouse over the cursor is changing('hand') as click event ,when I click on that it is not responing .Instead of that I want to display as text (no change in cursor on mouse over) .This is similar to TreeView control ,and the property in it is SelectAction =None. Please suggest me a solutions.