Posted
on May 23, 2011
(permalink)
Team,
Thanks for the help.
I could fix this issue by modifying the code in Combobox.skinname.css
* html .RadComboBox_Plain .rcbInputCellLeft,
* html .RadComboBox_Plain .rcbInputCellRight,
* html .RadComboBox_Plain .rcbArrowCellLeft,
* html .RadComboBox_Plain .rcbArrowCellRight
{
background: url('ComboBox/rcbSpriteIE6.png') no-repeat;
height:auto !important;
}
this was happening since combobox was inheriting some of the radgrid styles, and hence requires overriding the same
Preetham.