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

Menü like seperator in combobox ...

1 Answer 64 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Ahmet HOSO
Top achievements
Rank 1
Ahmet HOSO asked on 01 Apr 2011, 01:46 AM
Hi,

I want to use seperator at my combobox. But i want to see this seperator like menu's one. Is it possible? If yes how?

1 Answer, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 01 Apr 2011, 06:59 AM
Hello,


Try adding folowing CSS on page to minimize the height of seperator item in RadcomboBox.

CSS:
.RadComboBoxDropDown_Default .rcbSeparator
{
    height: 1px !important;
    vertical-align: top !important;
}
.RadComboBoxDropDown .rcbItem
{
    min-height: 1px !important;
}




Thanks,
Princy.
Tags
ComboBox
Asked by
Ahmet HOSO
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Share this question
or