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

RadTreeView with TriState Checkbox

1 Answer 85 Views
Visual Style Builder
This is a migrated thread and some comments may be shown as answers.
Tgaud
Top achievements
Rank 1
Tgaud asked on 07 Oct 2009, 12:45 PM
Hello,

I need to customize the "intermediate" state of the checkbox icon on the rad treeview with tri-state checkbox activated.

But i' cant find this on the visual style builder.

Anyone know a way to customize it ?

I need to have the Intermediate icon to be RED instead of Blue. (so the user can feel & use it to exclude the item associated).

Thx

1 Answer, 1 is accepted

Sort by
0
Alex Gyoshev
Telerik team
answered on 12 Oct 2009, 07:33 AM
Hi Tgaud,

You can either modify the sprite image for the skin, or change the image through the following CSS:

div.RadTreeView .rtIndeterminate { background: url('image.png') no-repeat 0 0; }

I've added this as a feature request for the Visual Style Builder - your Telerik points have been updated.

Greetings,
Alex
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Tags
Visual Style Builder
Asked by
Tgaud
Top achievements
Rank 1
Answers by
Alex Gyoshev
Telerik team
Share this question
or