AUTHOR: Richard Hellwege
DATE POSTED: August 31, 2018
When using a RadComboBox with an ItemTemplate, and CheckBoxes="true" property, the item and checkbox are on different lines.
Override the default CSS by applying the style below to render both the built-in items and template items on the same line.
.RadComboBoxDropDown .rcbList .rcbTemplate>label
{
display
:
inline
;
}
Resources Buy Try