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

[Solved] To minimize the height of combobox

1 Answer 88 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Vijayaragavan
Top achievements
Rank 1
Vijayaragavan asked on 01 Oct 2009, 12:10 PM
Hi,

          How could i minimize the height of the combo box....since its default is showing 22px. but i want much more smaller. What i have to do in this situation.

            I have added my code with this..... pl check....


       <telerik:RadComboBox ShowToggleImage="false" ShowDropDownOnTextboxClick="false"
                ID="RadAjaxCombo" runat="server" EnableLoadOnDemand="True" ShowMoreResultsBox="true"
                ItemRequestTimeout="500" OnItemsRequested="RadAjaxCombo_ItemsRequested"
                onselectedindexchanged="RadAjaxCombo_SelectedIndexChanged1" Width="160px">
            </telerik:RadComboBox>

Regards,
Vijayaragavan R

1 Answer, 1 is accepted

Sort by
0
Kamen Bundev
Telerik team
answered on 01 Oct 2009, 01:47 PM
Hi Vijayaragavan,

The RadComboBox is styled entirely with images and in order to change its height, you have to edit the sprite and modify the CSS file accordingly with the sprite changes. You can also use the Telerik Visual Style Builder to simplify at least the CSS editing task.

Best wishes,
Kamen Bundev
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Tags
ComboBox
Asked by
Vijayaragavan
Top achievements
Rank 1
Answers by
Kamen Bundev
Telerik team
Share this question
or