I have a menu that makes extensive use of itemtemplates, I need to move this menu to code behind and I cannot for the life of me figure out how to declare ItemTemplates. My .aspx started out like this:
<telerik:RadMenu ID="RadMenu2" runat="server" Skin="Web20" CssClass="qsfexMenu" Flow="Vertical" Width="300px">
<CollapseAnimation Type="OutQuint" Duration="200"></CollapseAnimation>
<Items>
<telerik:RadMenuItem Text="Advanced Strategies in HR Management">
<Items>
<telerik:RadMenuItem CssClass="CourseSection">
<ItemTemplate>
<div class="qsfexCustomMenuSection">
<h3>Overview</h3>
<p>
The Advanced Strategies in Human Resource Management Program is particularly well
suited for anyone in human resources, human resource management, office administration,
or anyone who is involved in the human resource process and function. ....................
I was looking at this help item but it's not making sense to me, any other examples I can look at?
ms-help://telerik.aspnetajax.radcontrols.2009.Q1/telerik.aspnetajax.radmenu.2009.Q1/templates-runtime.html
<telerik:RadMenu ID="RadMenu2" runat="server" Skin="Web20" CssClass="qsfexMenu" Flow="Vertical" Width="300px">
<CollapseAnimation Type="OutQuint" Duration="200"></CollapseAnimation>
<Items>
<telerik:RadMenuItem Text="Advanced Strategies in HR Management">
<Items>
<telerik:RadMenuItem CssClass="CourseSection">
<ItemTemplate>
<div class="qsfexCustomMenuSection">
<h3>Overview</h3>
<p>
The Advanced Strategies in Human Resource Management Program is particularly well
suited for anyone in human resources, human resource management, office administration,
or anyone who is involved in the human resource process and function. ....................
I was looking at this help item but it's not making sense to me, any other examples I can look at?
ms-help://telerik.aspnetajax.radcontrols.2009.Q1/telerik.aspnetajax.radmenu.2009.Q1/templates-runtime.html