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

Change icon

1 Answer 44 Views
TreeView
This is a migrated thread and some comments may be shown as answers.
Tina
Top achievements
Rank 1
Tina asked on 18 Nov 2011, 02:37 AM
How can i change the "+" (expand collapse icon) in treeview?

1 Answer, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 18 Nov 2011, 04:34 AM
Hello,

You can try the following CSS.
CSS:
<style type="text/css">
   .RadTreeView .rtPlus
    {
     background:url("../Images/button_edit_grey.gif") ! important;
    }
</style>

Thanks,
Princy.
Tags
TreeView
Asked by
Tina
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Share this question
or