I am trying to create a RadMenu that looks like this demo:
(http://www.telerik.com/DEMOS/ASPNET/Prometheus/Menu/Examples/Functionality/Templates/DefaultCS.aspx).
This demo creates the items statically. I need for them to come from the database.
Just like in the demo link above, I want the top level parent to be a simply menu item, but I want the child menu items to all use a template like in the demo.
I tried creating an item template in the ascx and it worked great - except it was used for the top level (parent) items as well as the children - not what I want.
Any guidance or samples of this? I searched the site but have come up rather empty.
Thanks!
Michael
(http://www.telerik.com/DEMOS/ASPNET/Prometheus/Menu/Examples/Functionality/Templates/DefaultCS.aspx).
This demo creates the items statically. I need for them to come from the database.
Just like in the demo link above, I want the top level parent to be a simply menu item, but I want the child menu items to all use a template like in the demo.
I tried creating an item template in the ascx and it worked great - except it was used for the top level (parent) items as well as the children - not what I want.
Any guidance or samples of this? I searched the site but have come up rather empty.
Thanks!
Michael