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

[Solved] LoadContentFile only works once.

1 Answer 115 Views
Menu
This is a migrated thread and some comments may be shown as answers.
Ian Wallace
Top achievements
Rank 1
Ian Wallace asked on 19 May 2008, 04:18 PM
With RadMenu for ASP.Net, we combined two XML docs into a single Menu in this way (see http://www.telerik.com/community/forums/thread/b311D-ebmcd.aspx):

Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load
    RadMenu1.LoadContentFile( "~/xml/34.xml")
    RadMenu1.LoadContentFile("~/xml/recent/34.xml")
End Sub

In the ASP.Net Ajax version of RadMenu, only the second XML doc is loaded.If I comment out the second line, the first XML doc loads successfully. Is this still the correct method to use? 

1 Answer, 1 is accepted

Sort by
0
Paul
Telerik team
answered on 20 May 2008, 11:51 AM
Hi Ian,

Unfortunately, this approach is not possible for the current version of the control. Please refer to the control's documentation under section Controls --> RadMenu --> RadMenu Items.

Sincerely yours,
Paul
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
Menu
Asked by
Ian Wallace
Top achievements
Rank 1
Answers by
Paul
Telerik team
Share this question
or