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

how to do this in CS Page?

1 Answer 62 Views
Menu
This is a migrated thread and some comments may be shown as answers.
Bhuvan
Top achievements
Rank 1
Bhuvan asked on 11 Jan 2011, 11:12 AM

<radM:RadMenuItem Text="SelectDate">

<ItemTemplate>

<telerik:RadGrid ID="RadGrid1" runat="server">
</telerik:RadGrid>

</ItemTemplate>

</radM:RadMenuItem>

How to do the above one in cs page?

1 Answer, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 11 Jan 2011, 11:59 AM
Hello Bhuvan,


You can use the Add method of the Controls collection of the menu item to add the control.
How to add templates (controls) runtime


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