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

Remove arrows from the nodes in radTreeview

3 Answers 176 Views
TreeView
This is a migrated thread and some comments may be shown as answers.
Bala
Top achievements
Rank 1
Bala asked on 10 Feb 2015, 03:16 AM
Hello I am using  a radtreeview . I am getting arrows nearby every nodes . Can someone tell me how to remove it. I have highlighted the arrows in Yellow .







3 Answers, 1 is accepted

Sort by
0
Bala
Top achievements
Rank 1
answered on 10 Feb 2015, 03:28 AM
I recently migrated to 2014 telerik . I am facing the above issue . The Style I use is Vista but the arrows is coming in all the parent and child nodes. can someone suggest to get rid of this arrow
0
Hristo Valyavicharski
Telerik team
answered on 11 Feb 2015, 09:45 AM
Hi Bala,

Arrows are by default, but this css will hide them:

<style type="text/css">
    html .RadTreeView .rtPlus,
    html .RadTreeView .rtMinus {
        display: none;
    }
</style>

Regards,
Hristo Valyavicharski
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
0
debett
Top achievements
Rank 1
answered on 23 Mar 2015, 03:54 PM
Thanks! This is very helpful!
Tags
TreeView
Asked by
Bala
Top achievements
Rank 1
Answers by
Bala
Top achievements
Rank 1
Hristo Valyavicharski
Telerik team
debett
Top achievements
Rank 1
Share this question
or