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

Rounded Corners on Treeview Nodes

1 Answer 194 Views
TreeView
This is a migrated thread and some comments may be shown as answers.
Chummy
Top achievements
Rank 1
Chummy asked on 23 Jan 2012, 12:03 PM
Hi, I would like to add a rounded corner style to the Treeview nodes. I have attached a mock up of what I am looking for.

Does Telerik support the "border-radius" css property? Alternately is there another way to achieve this effect?

Any suggestions, examples, pointers or code would be very welcome.

Regards
Gary

1 Answer, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 23 Jan 2012, 01:11 PM
Hello,

Try the following.
CSS:
.RadTreeView_Default .rtSelected .rtIn
  {
    border-radius:25px !important;
  }

Thanks,
Princy.
Tags
TreeView
Asked by
Chummy
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Share this question
or