RadComboBox for ASP.NET

100% width to the HeaderTemplate Send comments on this topic.
TroubleShooting > 100% width to the HeaderTemplate

Glossary Item Box

If you experience a problem with setting the width of the HeaderTemplate to 100%,  the solution is to edit the .ComboBoxHeader_[YourSkin]  class (located in RadControls/Combobox/Skins/[SkinName]/Styles.css file) by adding/editing the following css class:

  Copy Code
.ComboBoxHeader_Default
{
   
background: #eaeaea;
   
border-bottom: 1px solid #B4B4B4;
   
height: 18px;
   
padding-top: 2px;
   
padding-left: 2px;
   
font: bold 11px Arial, Verdana, Sans-serif;
   
width:100%!important;
}