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

Checkboxes to the far right

2 Answers 44 Views
TreeView
This is a migrated thread and some comments may be shown as answers.
Carl
Top achievements
Rank 1
Carl asked on 18 Nov 2011, 03:03 PM
Hi,

Is it possible to put the Checkboxes to the far right of node , at the end of the node, so each checkbox will be align with the others ?

Thank you

Carl Tremblay

2 Answers, 1 is accepted

Sort by
0
Bozhidar
Telerik team
answered on 18 Nov 2011, 05:25 PM
Hello Carl,

Try adding the following CSS styles:

.rtChk
{
   float:right;
}
#RadTreeView1
{
    width:300px;
}

Here RadTreeView1 is the ID of the RadTreeView control you are using.
Kind regards,
Bozhidar
the Telerik team
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 their blog feed now
0
Carl
Top achievements
Rank 1
answered on 18 Nov 2011, 07:00 PM
It works,

Thank you

Carl
Tags
TreeView
Asked by
Carl
Top achievements
Rank 1
Answers by
Bozhidar
Telerik team
Carl
Top achievements
Rank 1
Share this question
or