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

How to show two columns when use CheckBoxes

5 Answers 174 Views
ListBox
This is a migrated thread and some comments may be shown as answers.
Winson qiu
Top achievements
Rank 1
Winson qiu asked on 02 Sep 2009, 05:58 AM
I wan to show two columns when use CheckBoxes, how can I do that ? use template ?

I very much hope to have an example, thanks!

5 Answers, 1 is accepted

Sort by
0
Veselin Vasilev
Telerik team
answered on 02 Sep 2009, 07:47 AM
Hello Winson qiu,

Yes, you need to use templates. Check out this help topic: Templates

Regards,
Veselin Vasilev
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.
0
Winson qiu
Top achievements
Rank 1
answered on 02 Sep 2009, 08:51 AM
ok , thanks!
0
Henry Derstine
Top achievements
Rank 1
answered on 03 Nov 2009, 08:51 PM
Did you ever get the templates to work for a two column listbox with checkbox true?
I could not get it to work even after looking at the example.
Any help would be appreciated.
0
Yana
Telerik team
answered on 06 Nov 2009, 01:38 PM
Hi Henry,

Please add the following css styles to the <head> section of your page and let us know how it goes:

.RadListBox .rlbCheck {
    float:left;
 }

All the best,
Yana
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.
0
Clyde
Top achievements
Rank 1
answered on 01 Dec 2009, 06:58 PM
If you have the form decorator on, these need to also be added before the checkbox lines up with the content of the listbox.

        .rfdCheckboxChecked, .rfdCheckboxUnchecked,   
        .RadListBox .rlbCheck   
        {  
            float:left;  
        } 

At least, that's what worked for me.

Clyde
Tags
ListBox
Asked by
Winson qiu
Top achievements
Rank 1
Answers by
Veselin Vasilev
Telerik team
Winson qiu
Top achievements
Rank 1
Henry Derstine
Top achievements
Rank 1
Yana
Telerik team
Clyde
Top achievements
Rank 1
Share this question
or