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

How to insert image in RadreeView nodes on condition based

1 Answer 60 Views
TreeView
This is a migrated thread and some comments may be shown as answers.
Puru
Top achievements
Rank 1
Puru asked on 15 Aug 2012, 03:31 AM
I am using RadTreeView to display forum menu. I want to show an alert image for all the forum menu which have new reply. So I want to show/hide an image on databound similar we do in Radgrid on the rowDataBound event.

My Treeview don't have any child nodes. Below is my tree view node. Simply i bind this tree from database and onNodeClick i redirect to the another page.

<telerik:RadTreeView id = "radtree"  runat = "server" onNodeClick="radtreeNode_Click">
</telerik:RadTreeView >

Thanks
Puru

1 Answer, 1 is accepted

Sort by
0
Puru
Top achievements
Rank 1
answered on 15 Aug 2012, 04:37 AM
Hi, I got it. Implemented Node Template Item 
Tags
TreeView
Asked by
Puru
Top achievements
Rank 1
Answers by
Puru
Top achievements
Rank 1
Share this question
or