After upgrading Telerik version to '2014.2.724.35', I am facing issue with the 'RadComboBox'. The checkbox is displayed in one row and text in another row.
When Item Templates are used, the controls in the template need to be styled in order to display correctly. I tested your page with older versions of Telerik.Web.UI fir ASP.NET AJAX, but with the code provided(without your custom CSS) I reproduce the issue everywhere.
Please apply the following CSS and let me know if you observe the same issue again:
html .RadComboBoxDropDown .rcbItem > label {
display: inline-block;
}
Hope this will be helpful.
Regards,
Aneliya Petkova
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.