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

Custom Collapse/Expand Image

1 Answer 61 Views
TreeView
This is a migrated thread and some comments may be shown as answers.
JC
Top achievements
Rank 1
JC asked on 26 Feb 2013, 02:34 AM
Hello,

Does anyone know how to change the RadTreeViews' default collapse/expand image icon with a custom one?

Thanks,
JC.

1 Answer, 1 is accepted

Sort by
0
Accepted
Princy
Top achievements
Rank 2
answered on 26 Feb 2013, 05:40 AM
Hello JC,

Try the following CSS to change the RadTreeViews' default collapse/expand image icon with a custom icon.

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

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