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

change expand/collapse icons

1 Answer 91 Views
TreeView
This is a migrated thread and some comments may be shown as answers.
Ryan
Top achievements
Rank 1
Ryan asked on 25 Jun 2012, 01:40 PM
Hi,
     How can I change expand/collapse icons of radtreeview. Anybody got a solution? pls help.
thanks
RT

1 Answer, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 25 Jun 2012, 02:02 PM
Hi Ryan,

Try overriding the default CSS as follows.

CSS:
<style type="text/css">
    .RadTreeView_Default .rtPlus, .RadTreeView_Default .rtMinus
        {
            background-image:url('../Images/image1.gif') ! important;
        }
</style>

Hope this helps.

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