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

Problems in setting RadComboBox height

1 Answer 238 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Muthukumar
Top achievements
Rank 1
Muthukumar asked on 07 Feb 2014, 04:17 AM
While I have been trying to set the text box height of RadCombobox, I found a forum link to set it by the below styles


<style type="text/css">  
div.RadComboBox_Default table .rcbInputCell, 
div.RadComboBox_Default table .rcbArrowCell  
{  
    background-color: red;  
    height: 35px;   
    line-height: 34px; 
    padding: 0; 
}  
 
div.RadComboBox_Default table .rcbInputCell input 

    height: 35px; 
    line-height: 34px; 
    font:15px arial,verdana,sans-serif; 
    height: 35px; 
    padding: 0; 

.rcbInput 

    height: 35px !important; 

</style> 

However, the result is undesirable. Please find the attached image.
Can you help me in setting the height of rad combo box.

1 Answer, 1 is accepted

Sort by
0
Accepted
Shinu
Top achievements
Rank 2
answered on 07 Feb 2014, 08:55 AM
Hi Muthukumar,

Unfortunately you can't directly set RadComboBox height. Styling RadComboBox requires modifying its background sprite with a Image editing and adjusting the background-positions with CSS. The only skin that can be made higher without modifying its sprite is the Simple skin(though you should modify the arrow image). Please have a look into this forum thread for more details.

Thanks,
Shinu.
Tags
ComboBox
Asked by
Muthukumar
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Share this question
or