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

ComboBox

1 Answer 39 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Remya
Top achievements
Rank 1
Remya asked on 01 Mar 2012, 08:05 AM
Hy,

Is it possible to adjust the width of combobox dropdown window dynamically...I want to display only 'Name' in comboBox input field on selecting a value...But i am displaying a table with three columns in itemtemplate,now my comboBox also has the width of table....Is there any possible way?
Thnx in advance

1 Answer, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 01 Mar 2012, 09:14 AM
Hello,

Take a look into the following demo.
ComboBox / Multi-column ComboBox
To reduce the width of ComboBox DropDown , try the following code.
RadCombobox1.DropDownWidth = 100;

Thanks,
Princy.
Tags
ComboBox
Asked by
Remya
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Share this question
or