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

Drop It down

2 Answers 57 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.
Alexandre
Top achievements
Rank 1
Alexandre asked on 16 Apr 2008, 05:57 PM

Hello everyone , I wanna know if there is a way to drop down automaticaly the RadComboBox . In the original VS combobox that was the DropDown property set to true.

Thanks for the answers

Alex

2 Answers, 1 is accepted

Sort by
0
Nikolay
Telerik team
answered on 17 Apr 2008, 02:32 PM
Hi Alexandre,

RadComboBox implements the ShowDropDown() method which will open its drop-down popup. Please note that you should call the method in the Form_Shown event handler and not earlier, since the layout logic should first initialize the drop-down popup.

If you need additional assistance, do not hesitate to contact me.

Greetings,
Nikolay
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
Alexandre
Top achievements
Rank 1
answered on 17 Apr 2008, 07:08 PM
Thanks that working perfectly.
Tags
ComboBox and ListBox (obsolete as of Q2 2010)
Asked by
Alexandre
Top achievements
Rank 1
Answers by
Nikolay
Telerik team
Alexandre
Top achievements
Rank 1
Share this question
or