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

How to set custom node position in telerik Treeview

1 Answer 98 Views
TreeView
This is a migrated thread and some comments may be shown as answers.
Manikandan
Top achievements
Rank 1
Manikandan asked on 10 Oct 2011, 07:27 AM
Hi,

I need set node position in telerik treeview.
As of now i could see only the default position for all treenodes in telerik treeview but i have to customize position as i attached.





Thanks and Regards
Manikandan Kumar

1 Answer, 1 is accepted

Sort by
0
Accepted
Kate
Telerik team
answered on 10 Oct 2011, 01:57 PM
Hello Manikandan,

You ca use the following css class selector to get the desired appearance of the RadTreeView control:
div.RadTreeView_Vista .rtLines .rtLI .rtUL { 
        padding-left:100px
        margin-left:20px
    
    

Depending on the skin that you are using you can change the selector. For example with the Default skin you could use div.RadTreeView_Default.rtLines .rtLI .rtUL

Best wishes,
Kate
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now
Tags
TreeView
Asked by
Manikandan
Top achievements
Rank 1
Answers by
Kate
Telerik team
Share this question
or