Hi,
I need to change the font family for every node on my treeview. I used the example mention previously but it doesn't work.
It only changes the font family for the root node and its first two children. All the other nodes remain unchanged.
This is the code I used
Attached you will find a screen shot
I need to change the font family for every node on my treeview. I used the example mention previously but it doesn't work.
It only changes the font family for the root node and its first two children. All the other nodes remain unchanged.
This is the code I used
<
style
type
=
"text/css"
>
.RadTreeView_Default
{
font-family: arial !important;
font-size: 13px !important;
color: red !important;
}
</
style
>
Attached you will find a screen shot