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

The problem of RadComboBoxElement in Q2 2008 SP1

3 Answers 75 Views
Toolstrip (obsolete as of Q3 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.
Mars
Top achievements
Rank 2
Mars asked on 20 Nov 2008, 05:59 AM
Hello,
I meet a problem,
I can't add a RadComboBoxElement item in the radToolStripItem in the design time IDE when I use the Q2 2008 SP1,
because I can't find the RadComboBoxElement item in the pop-up menu or in the items property of radToolStripItem,
it's disapear in Q2 2008 SP1,but I remember that RadComboBoxElement could be added in Q1 2008 SP1,
I read the document of Q2 2008 SP1,it show that this item still exist,why?
How can I solve this problem ? I need your advise.

thanks & best regards.

3 Answers, 1 is accepted

Sort by
0
Nikolay
Telerik team
answered on 24 Nov 2008, 02:16 PM
Hi Victor Wang,

You are correct. There is an issue with adding RadComboBoxElement through the designer. This issue will be addressed in one of our next releases. Please excuse us for the inconvenience caused.

For the time being, you can add RadComboBoxElement programmatically:
RadComboBoxElement combo = new RadComboBoxElement();  
combo.Items.Add(new RadComboBoxItem("Item1"));  
combo.Items.Add(new RadComboBoxItem("Item2"));  
this.radToolStripItem1.Items.Add(combo); 

If you have additional questions, feel free to contact me.

Best wishes,
Nikolay
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
Mars
Top achievements
Rank 2
answered on 27 Feb 2009, 05:27 AM

Hello ,
Does this problem be solved in the latest version of RadControls for WinForms now ?

Thanks a lot,
Best Regards.

0
Nikolay
Telerik team
answered on 27 Feb 2009, 04:33 PM
Hi Victor Wang,

The issue is addressed in our latest release Q3 2008 SP2, so you can now add a RadComboBoxElement to RadToolStripItem.Items at design-time.

If you have additional questions, feel free to contact me.

Kind regards,
Nikolay
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
Toolstrip (obsolete as of Q3 2010)
Asked by
Mars
Top achievements
Rank 2
Answers by
Nikolay
Telerik team
Mars
Top achievements
Rank 2
Share this question
or