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

radcombobox select multiple items with multiple columns design issue

1 Answer 83 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
rahul
Top achievements
Rank 1
rahul asked on 27 Nov 2014, 04:47 AM
Hi,
Using a radcombobox for multiple column with multiple selection but this item list not show properly inside a radcombobox  and also hover event design mismatch.

i want to show this list is a inline.
please provide css.

Thanks,
Rahul

1 Answer, 1 is accepted

Sort by
0
Magdalena
Telerik team
answered on 28 Nov 2014, 09:45 AM
Hi Rahul,

Apply the following CSS to make check-boxes and item template containers to be in a one line
html .RadComboBoxDropDown .rcbTemplate > label {
    display: inline-block;
    margin-left: -30px;
}
html .RadComboBoxDropDown .rcbTemplate > label,
html .RadComboBoxDropDown .rcbTemplate > label + ul {
    vertical-align: middle;
}
html .RadComboBoxDropDown .rcbTemplate {
    padding-left: 30px;
}

Do not hesitate to contact us if you have other questions.


Regards,
Magdalena
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.

 
Tags
ComboBox
Asked by
rahul
Top achievements
Rank 1
Answers by
Magdalena
Telerik team
Share this question
or