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
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>
<TextBoxText="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.