does any one know how to change plus / minus icon in MVC treeview ??
I have my own icon to use as expand and collaps. how can i use my icon instead of plus/minus in MVC treeview ??
tanks for your help.
2 Answers, 1 is accepted
0
Dimo
Telerik team
answered on 01 Aug 2011, 02:47 PM
Hi Iman,
You need to add custom styles to your application, which override the styles that apply background images to the expand/collapse TreeView buttons. For example:
.t-treeview .t-plus
{
background: center center no-repeat url(........);
}
.t-treeview .t-minus
{
background: center center no-repeat url(........);
}
Greetings,
Dimo
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items