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

How to decorate DropdownLists

5 Answers 107 Views
FormDecorator
This is a migrated thread and some comments may be shown as answers.
Abdullah Önden
Top achievements
Rank 1
Abdullah Önden asked on 19 Feb 2010, 08:43 AM
Is there any chance to decorate classical DropDownList items with telerik styler? I've both telerik combos and drop down lists in my register page and because of their different styles the page doesn't look good enough. What'd be your suggestion?

5 Answers, 1 is accepted

Sort by
0
Abdullah Önden
Top achievements
Rank 1
answered on 19 Feb 2010, 09:08 AM
I've decorated my combos but got a new problem. It doesn't limit the combo height anymore. I've attached the PS.
0
Abdullah Önden
Top achievements
Rank 1
answered on 19 Feb 2010, 12:13 PM
I fixed the problem with that css class:

.rfdSelectBox
{
 height: 200px;
 width: 60px;
 overflow: hidden;
}

But when in firefox when I try to use scroll bars it's not working. In IE there's no problem. I've attached the print screen.
0
Abdullah Önden
Top achievements
Rank 1
answered on 22 Feb 2010, 12:27 PM
Here's I attached the last PS. When I click on the IE7 select boxes is not opening? Please need a quick answer..
0
Georgi Tunev
Telerik team
answered on 22 Feb 2010, 01:24 PM
Hi Abdullah,

RadFormDecorator decorates dropdownlist if its DecoratedControls property has the Select enum present. Please make sure that you are using a recent version of the control and if you still experience problems - open a support ticket and send us a sample project where these problems could be reproduced so we could check it.


Sincerely yours,
Georgi Tunev
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
0
Abdullah Önden
Top achievements
Rank 1
answered on 24 Feb 2010, 08:33 AM
I've already attached the code parts. I'm using the previous version. But I think there should be a reasonable explanation. I don't want to create a ticket, I want anyone who has the same problem easily find and fix that. Again, my combo's not working in IE?
Tags
FormDecorator
Asked by
Abdullah Önden
Top achievements
Rank 1
Answers by
Abdullah Önden
Top achievements
Rank 1
Georgi Tunev
Telerik team
Share this question
or