This question is locked. New answers and comments are not allowed.
Hi
I am using a Telerik Treeview in an ASP.NET MVC project. ( This is not a RadTreeview. It is the <%= html.Telerik().Treeview()....%> )
Due to some business logic, i have made certain nodes invisible as below:
item.Visible = false;
The problem is that even if all childern of a particular node are invisible, the expandable arrow on the parent is still visible and clickable. (although nothing happens on clicking it, it gives a wrong impression of that node having child nodes when none of the child nodes are actually visible)
Is there any way to fix this? I would want to see arrows only for nodes which have one or more visible children. Or do i need to set some other property instead of visibility which will actually remove the child node instead of just making it invisible?
Any help would be appreciated. Thanks.
Regards
Ritu
I am using a Telerik Treeview in an ASP.NET MVC project. ( This is not a RadTreeview. It is the <%= html.Telerik().Treeview()....%> )
Due to some business logic, i have made certain nodes invisible as below:
item.Visible = false;
The problem is that even if all childern of a particular node are invisible, the expandable arrow on the parent is still visible and clickable. (although nothing happens on clicking it, it gives a wrong impression of that node having child nodes when none of the child nodes are actually visible)
Is there any way to fix this? I would want to see arrows only for nodes which have one or more visible children. Or do i need to set some other property instead of visibility which will actually remove the child node instead of just making it invisible?
Any help would be appreciated. Thanks.
Regards
Ritu