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

Reset Tree node visibility in Property Builder

1 Answer 74 Views
Treeview
This is a migrated thread and some comments may be shown as answers.
Akhil Raj
Top achievements
Rank 1
Akhil Raj asked on 30 Sep 2010, 07:33 AM

I created one  RADtreeview and created nodes using RadTreeview Property Builder. For some reasong i set visiblity = false of one node using advanced tab in the property builder. Not i need to show that node in the builder.How i recover that node in the builder.
I can set visibility = true using my code. Not in the design time i am unable to view the node

1 Answer, 1 is accepted

Sort by
0
Nikolay
Telerik team
answered on 05 Oct 2010, 09:27 PM
Hi Akhil Raj,

Thank you for your feedback.

I confirm the issue. We will address it in one of our next releases. For the time being, the only way to show the hidden nodes at design-time is to remove the serialized Visible values in the Designer file of your form. For example, if you have just hidden RadTreeNode2, you should remove the following setting:
radTreeNode2.Visible = false;

Your Telerik points have been updated for the report.

Sincerely yours,
Nikolay
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
Treeview
Asked by
Akhil Raj
Top achievements
Rank 1
Answers by
Nikolay
Telerik team
Share this question
or