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

How to add images to dynamic Treeview

1 Answer 153 Views
TreeView
This is a migrated thread and some comments may be shown as answers.
Priyal
Top achievements
Rank 1
Priyal asked on 18 Aug 2010, 05:18 PM
Hi guys,
I am very new to Telerik Products. I am having few issues with adding images dynamically to treeview nodes .Do you guys know any example which I can refer? Thanks.

1 Answer, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 19 Aug 2010, 09:22 AM
Hello,


You can access the node and set the Imageurl property of node to show images.

C#:
        RadTreeView3.Nodes[0].ImageUrl = "../Images/image1.gif";


-Shinu.
Tags
TreeView
Asked by
Priyal
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Share this question
or