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

Creating 2 column horizontal flyout Menu

3 Answers 83 Views
Menu
This is a migrated thread and some comments may be shown as answers.
smith spd
Top achievements
Rank 1
smith spd asked on 02 Jun 2010, 05:49 PM

Hello,

I am pretty much how to populate the asp:menu from xml directly. But my issue is to do everything from server side. I am using dom model in my dev and so I have to get the nodes from xml dynamically and populate into the Menu and create a flyout with 2 columns on hover of each menu item. Would be great if someone can provide with a custom code to achieve this.

Pls find the screenshot here: http://www.imgplace.com/viewimg80/1153/812col.jpg

3 Answers, 1 is accepted

Sort by
0
Accepted
Yana
Telerik team
answered on 03 Jun 2010, 08:06 AM
Hello Smith,

RadMenu supports multi-column rendering of child items, here is an example. You can also bind the menu directly to xml string or xml file as it's demonstrated here.

Hope this helps.

Best regards,
Yana
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.
0
smith spd
Top achievements
Rank 1
answered on 03 Jun 2010, 06:46 PM
Great. Thank you so much for the reference.
Simple Issue is that, all of the nodes are getting displayed as Hyperlinks. Is there some way I can categorize each groupd of child nodes with HeaderText?
0
smith spd
Top achievements
Rank 1
answered on 04 Jun 2010, 12:56 AM
Never mind, I could figure that out:

menuitem.enabled = false

 

 

 

 

 

 

 

 

 

Tags
Menu
Asked by
smith spd
Top achievements
Rank 1
Answers by
Yana
Telerik team
smith spd
Top achievements
Rank 1
Share this question
or