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

TreeView as Left Navigation Menu without +/- images

3 Answers 86 Views
TreeView
This is a migrated thread and some comments may be shown as answers.
pankaj
Top achievements
Rank 1
pankaj asked on 11 Nov 2008, 09:50 AM
Hi,
I want to use radtreeview as left navigation menu in my project. For this purpose we do not want to use +/- buttons to expand or contract a node. Instead of this we want to expand the menu on click of node itself. Is there any similler example?

Kindly suggest how it can be achieved.

Thanks,
Pankaj

3 Answers, 1 is accepted

Sort by
0
Veselin Vasilev
Telerik team
answered on 11 Nov 2008, 10:05 AM
Hello pankaj,

Please check this help article: Expanding Nodes on a Single Click

Sincerely yours,
Veselin Vasilev
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
pankaj
Top achievements
Rank 1
answered on 11 Nov 2008, 10:20 AM
Hello Veselin,

Thanks, it helps me a lot. Just a quick question...how can I remove +/- sign and line images (connectiong the nodes) completly. We just want to display the nodes without any other images.

Thanks,
Pankaj
0
Veselin Vasilev
Telerik team
answered on 11 Nov 2008, 10:55 AM
Hello pankaj,

Set the ShowLineImages property to False and add these CSS rules to the <head> section of your page:

<style type="text/css"
div.RadTreeView_SkyBlue .rtMinus { 
  background : none
 
div.RadTreeView_SkyBlue .rtPlus { 
  background : none
</style> 

Just replace the SkyBlue with the name of your skin.

All the best,
Veselin Vasilev
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
TreeView
Asked by
pankaj
Top achievements
Rank 1
Answers by
Veselin Vasilev
Telerik team
pankaj
Top achievements
Rank 1
Share this question
or