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

RadComboBox drop down weird behaviour

1 Answer 87 Views
ComboBox and ListBox (obsolete as of Q2 2010)
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
raluca
Top achievements
Rank 1
raluca asked on 24 Nov 2008, 03:24 PM
i have a ComboBox with a size of 50, 20. In this combo box i have 4 items with the texts: 1, 2, 3, 4. when i start my application and i click on the combobox the drop down expands but has an width of about 100 px. If i click again on the combobox, the drop down expands but has a correct width of 50 px.
i can partialy fix the problem by setting the DropDownSizingMode to RightBottom, but i can't seem to get rid of the size grip element of the drop down. Any ideas?

1 Answer, 1 is accepted

Sort by
0
Jordan
Telerik team
answered on 28 Nov 2008, 08:24 AM
Hi raluca,

This is indeed incorrect behavior and we will fix it. For now, you could try setting the width of the dropdown explicitly by setting the DropDownWidth property like below:

this.radComboBox1.DropDownWidth = 50;

Kind regards,
Jordan
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
ComboBox and ListBox (obsolete as of Q2 2010)
Asked by
raluca
Top achievements
Rank 1
Answers by
Jordan
Telerik team
Share this question
or