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

hide/show line image

2 Answers 80 Views
TreeView
This is a migrated thread and some comments may be shown as answers.
Sunn
Top achievements
Rank 1
Sunn asked on 27 Nov 2013, 07:51 AM
Hi there i want to hide the line image in the parent node and show line images in child nodes

are there any examples


Thanks.

2 Answers, 1 is accepted

Sort by
0
Ivan Zhekov
Telerik team
answered on 28 Nov 2013, 07:59 AM
Hi, Sunn.

To hide only the root node lines just use the following snippet:

.RadTreeView > .rtUL > .rtLI,
.RadTreeView > .rtUL > .rtLI > div {
    background: none;
}

Regards,
Ivan Zhekov
Telerik
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 the blog feed now.
0
Sunn
Top achievements
Rank 1
answered on 28 Nov 2013, 09:02 AM
Thanks
Tags
TreeView
Asked by
Sunn
Top achievements
Rank 1
Answers by
Ivan Zhekov
Telerik team
Sunn
Top achievements
Rank 1
Share this question
or