This is a migrated thread and some comments may be shown as answers.

[Solved] Expandable arrow not disappearing

3 Answers 63 Views
TreeView
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Ritu
Top achievements
Rank 1
Ritu asked on 03 Nov 2011, 09:58 AM
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

3 Answers, 1 is accepted

Sort by
0
Alex Gyoshev
Telerik team
answered on 07 Nov 2011, 03:09 PM
Hello Ritu,

The attached build resolves this issue, thank you for reporting it. Your Telerik points have been updated.

Regards,
Alex Gyoshev
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the Telerik Extensions for ASP.MET MVC, subscribe to their blog feed now
0
Ritu
Top achievements
Rank 1
answered on 09 Nov 2011, 03:45 PM
Thanks a lot.

However, I would need the exact change that fixed this issue. At this point in my project it would be very difficult to replace the Telerik release with a new one. Is it possible to pin point the fix?

Regards
Ritu Batheja
0
Prakash
Top achievements
Rank 1
answered on 09 Nov 2011, 03:49 PM
hi ,

this is the similar issue that i am facing with Telerik.
It would be better if you could highlight the area where the fix is applied. or the part of code that we can replace in this Telerik version.

Thanks,
Prakash K
Tags
TreeView
Asked by
Ritu
Top achievements
Rank 1
Answers by
Alex Gyoshev
Telerik team
Ritu
Top achievements
Rank 1
Prakash
Top achievements
Rank 1
Share this question
or