All Products
Demos
Services
Blogs
Docs & Support
Pricing
Search
Shopping cart
Login
Contact Us
Get A Free Trial
close mobile menu
Telerik Forums
/
UI for ASP.NET AJAX Forum
/
Menu
/
Simple: Menu with static and dynamic child items
Cancel
Telerik UI for ASP.NET AJAX
Resources
Buy
Try
Feed for this thread
2 posts, 0 answers
TECHNOLOGY INSTALLATIONS
1 posts
Member since:
Jul 2009
Posted 11 Aug 2009
Link to this post
Dear team,
I'm using ASP.NET AJAX RadMenu control to build hierarchial menu like the following structure. Most of the items in my menu are statis expcept a child items of only one menu item
Menu1 Menu2 Menu3
Child11 Child21
Child12 Sub-Child211
Sub-Child212
Child22
Sub-Child221
Sub-Child222
Child23
Sub-Child231
Sub-Child232
In my case the child items of Menu2 is dynamic (will come from DB) but not the sub-childs. Anyway I would need to form the sub-child navigateurl using the child item ID...
All other menu and its child items are static. Can you please provide example or help me out how can I do this? I explored the demos and gone through the help but I couldn't seek an example for this...
Paul
Admin
4281 posts
Posted 14 Aug 2009
Link to this post
Hi there,
In order to achieve your goal you will have to add the
sub-child item dynamically form code-behind.
Kind regards,
Paul
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.
Back to Top
Close