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

Horizontal line in-between nodes

1 Answer 118 Views
TreeView
This is a migrated thread and some comments may be shown as answers.
JM
Top achievements
Rank 1
JM asked on 14 Jul 2008, 03:49 AM
Good day. Please suggest a way to add horizontal line between nodes. I'm using the latest version of RadTreeView for ASP.NET AJAX. Thanks in advance.

1 Answer, 1 is accepted

Sort by
0
Yana
Telerik team
answered on 15 Jul 2008, 07:37 AM
Hello sparton,

This could be achievable by the following css style:

<style type="text/css">  
  .RadTreeView .rtLI{  
     border-bottom1px solid red;  
   }  
</style> 

Hope this hepls.

Greetings,
Yana
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
TreeView
Asked by
JM
Top achievements
Rank 1
Answers by
Yana
Telerik team
Share this question
or