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

Combobox height issue

3 Answers 110 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Elif
Top achievements
Rank 1
Elif asked on 13 Feb 2013, 06:48 AM
Hello,
I have a height problem for combobox as well. I have tried the solution in
http://http//www.telerik.com/community/forums/aspnet-ajax/combobox/how-to-set-the-height-of-the-textbox-of-the-radcombobox.aspx
But it doesn't work.

Could you please help me?

3 Answers, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 13 Feb 2013, 09:27 AM
Hi Elif,

With reference to this forum thread, In order for the styles that you need to apply to take effect you will also need to remove the sprite that is applied to the RadComboBox by adding the following css file selector:

CSS:
div.RadComboBox_Default .rcbInputCellLeft, div.RadComboBox_Default .rcbInputCellRight, div.RadComboBox_Default .rcbArrowCellLeft, div.RadComboBox_Default .rcbArrowCellRight
{
    background-image: none;
}
.RadComboBox *
{
    height: 11px !important;
}

Thanks,
Princy.
0
Ivan Zhekov
Telerik team
answered on 13 Feb 2013, 01:39 PM
Hi, Elif.

The way the current ComboBox is made, we use a lot of sprite images. Simply changing the "height" property will not do anything.

We do have and help topic on changing the height of the combobox -- http://www.telerik.com/help/aspnet-ajax/combobox-appearance-change-height-input-element.html.

The article is a bit dated, with regards to a recent change in the Combo, but is still quite relevant.

Regards,
Ivan Zhekov
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
0
Elif
Top achievements
Rank 1
answered on 13 Feb 2013, 03:07 PM
Thank you for your concern.

I think my problem is a little bit customized.I have tried your suggestions.But it didn't work.

I have tried to find an easy way like directly adding height feature .And as you said I couldn't find.

But thank you for your suggestion again.
Tags
ComboBox
Asked by
Elif
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Ivan Zhekov
Telerik team
Elif
Top achievements
Rank 1
Share this question
or