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

How to add TextBox controls to the Menu control?

2 Answers 219 Views
Menu
This is a migrated thread and some comments may be shown as answers.
xu jundong
Top achievements
Rank 1
xu jundong asked on 04 Mar 2010, 03:24 AM
Hi,Telerik.

I need your help!

I want to add some other controls ( like TextBox, ComboBox)  to the Menu control.
Is there any way to accomplish it?

Thank you!

2 Answers, 1 is accepted

Sort by
0
Accepted
Hristo
Telerik team
answered on 04 Mar 2010, 06:57 AM
Hi xu jundong,

RadMenuItem Header property is of type Object so you can place everything there.
Here is an example:
<telerik:RadMenu>
   <telerik:RadMenuItem>
      <telerik:RadMenuItem.Header>
         <TextBox Text="Some Text Here." />
      </telerik:RadMenuItem.Header>
   </telerik:RadMenuItem>
</telerik:RadMenu>

Let us know if you need more information.

Greetings,
Hristo
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
0
xu jundong
Top achievements
Rank 1
answered on 06 Mar 2010, 02:40 AM
Thank you,Hristo!
Tags
Menu
Asked by
xu jundong
Top achievements
Rank 1
Answers by
Hristo
Telerik team
xu jundong
Top achievements
Rank 1
Share this question
or