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

Change Drop Down icon

1 Answer 132 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Henry
Top achievements
Rank 1
Henry asked on 28 Feb 2013, 02:54 AM
Hi folks,

Dont know whether its an absurd question, Is it possible to change the drop down icon of the RadCombobox. If yes, Can anyone help me to sort it out?

Thanks,
Henry

1 Answer, 1 is accepted

Sort by
0
Accepted
Shinu
Top achievements
Rank 2
answered on 28 Feb 2013, 05:46 AM
Hi,

You can change the icon using the following CSS.
CSS:
.RadComboBox_SkinName .rcbInputCellLeft,
.RadComboBox_SkinName .rcbInputCellRight,
.RadComboBox_SkinName .rcbArrowCellLeft,
.RadComboBox_SkinName .rcbArrowCellRight
{
    background-image: url('Images/img.gif');
}

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