Hello Jean-Marc,
Basically you can set border-style of .rtTop/.rtMid/.rtBot to dashed to get dashed borders:
div.RadTreeView .rtLines .rtTop,
div.RadTreeView .rtLines .rtMid,
div.RadTreeView .rtLines .rtBot
{
border-bottom-style: dashed;
border-width: 1px;
}
You will also need to remove the padding of .rtUL and move it to .rtLI:
div.RadTreeView .rtUL .rtLI .rtUL
{
}
div.RadTreeView .rtLI .rtLI
{
}
Let me know if this helps.
If you can't do it yourself, you can also send me your custom skin in a support ticket and I will try to help you fix it.
Regards,
Kamen Bundev
the Telerik team
Watch a
video
on how to optimize your support resource searches and
check out more tips
on the blogs.
Follow the status of features or bugs in
PITS
and vote for them to affect their priority.