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

ListItems Question....

2 Answers 52 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Charlie
Top achievements
Rank 1
Charlie asked on 18 Apr 2011, 01:19 PM
Hello,

Does anyone know of any way to round the corners of the drop-down list in the RadComboBox?  Is it possible?  I'm on version 2010.2.713.35 and I've been beating my head against the wall for days....

Thanks!

2 Answers, 1 is accepted

Sort by
0
Kate
Telerik team
answered on 21 Apr 2011, 09:32 AM
Hi Charlie,

We have already included that in our future improvements for the RadComboBox control, however we can not tell for sure when we will be ready with it. I would suggest that you use border-radius and apply it to the following class:
dix.RadComboBoxDropDown {
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px; }

Best wishes,
Kate
the Telerik team

Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.

0
Charlie
Top achievements
Rank 1
answered on 21 Apr 2011, 01:28 PM
Perfect - thank you!
Tags
ComboBox
Asked by
Charlie
Top achievements
Rank 1
Answers by
Kate
Telerik team
Charlie
Top achievements
Rank 1
Share this question
or