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

IsSeparator

1 Answer 45 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Kjell
Top achievements
Rank 1
Iron
Kjell asked on 19 Apr 2016, 09:51 AM

IsSeparator not work in Lightweight RenderMode ...

 

 

Dim NewForeningItem As New RadComboBoxItem()
rcbForeningar.Items.Insert(i, NewForeningItem)
NewForeningItem.IsSeparator = True

1 Answer, 1 is accepted

Sort by
0
Magdalena
Telerik team
answered on 19 Apr 2016, 11:04 AM
Hi Kjell,

Thank you for contacting Telerik support.

We have logged the issue for fixing and we have updated your Telerik points because of reporting this bug. For now, you can apply the following preliminary solution to resolve the issue:
.RadComboBoxDropDown .rcbSeparator {
    background: #eaeaea;
}

The background color depend on the applied skin. Could you please specify what skin you are using, so we will be able to provide you with an exact color for that skin to achieve the sufficient result.

Looking forward to your reply.

Regards,
Magdalena
Telerik
Do you need help with upgrading your ASP.NET AJAX, WPF or WinForms projects? Check the Telerik API Analyzer and share your thoughts.
Tags
ComboBox
Asked by
Kjell
Top achievements
Rank 1
Iron
Answers by
Magdalena
Telerik team
Share this question
or