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

Image in treeview

2 Answers 42 Views
TreeView
This is a migrated thread and some comments may be shown as answers.
Amrutha
Top achievements
Rank 1
Amrutha asked on 30 Apr 2012, 12:29 PM
Hi all,

How can i add an image in the treeview instead of the '+' for expand... My project is for school students , i want the treeview expand when user click on the image. Please help me ASAP...
 
Thanks in advance,
Ammu

2 Answers, 1 is accepted

Sort by
0
Accepted
Princy
Top achievements
Rank 2
answered on 30 Apr 2012, 12:43 PM
Hello Ammu,

Try setting the following CSS:
div.RadTreeView_Default .rtPlus, div.RadTreeView_Default .rtMinus
{
   background-image: url("Images/editServerButton.gif") !important ;
}

Thanks,
Princy.
0
Amrutha
Top achievements
Rank 1
answered on 30 Apr 2012, 12:52 PM
Hi Princy,

Thanks for the quick responce, it worked for me.... Thanks again:)
Tags
TreeView
Asked by
Amrutha
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Amrutha
Top achievements
Rank 1
Share this question
or