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

RadMenu Freezing Up

2 Answers 77 Views
Menu
This is a migrated thread and some comments may be shown as answers.
Neill Davies
Top achievements
Rank 1
Neill Davies asked on 13 Jan 2010, 10:36 AM
I have an ASP.NET project with a simple RadMenu. The menu is located within a MasterPage and works via "Response.Redirect" to various sub-pages, depending on user selection. I have one RadScriptManager in the MasterPage which works for all the sub-pages. Most of the menu works fine but there's one option called "New Account" which, whenever clicked, loads the correct page, but then causes the RadMenu to freeze up so nothing works. You can still hover over the menu options and 'drop-down' child items still appear, but the page doesn't postback, so no further option can be selected.  
The problem seems to occur for both IE7 and IE8. It's all the more strange because the "New Account" page can be accessed independently via another control, and in this instance the menu still works, even though it's running exactly the same code. Has anyone experienced something similar? Any pointers would really help.

Thanks,
Neill Davies - Nightfreight (GB) Ltd

2 Answers, 1 is accepted

Sort by
0
Jose
Top achievements
Rank 2
answered on 13 Jan 2010, 07:41 PM
Hi Neill.

I have seen this behavior with pages that includes more than one <form> elements but they are nested. Does this "New Account" page falls into this scenario? If not, can you provide some code to see the page and the master page?

Thanks.
Jose Guay
0
Neill Davies
Top achievements
Rank 1
answered on 14 Jan 2010, 02:56 PM
We found the problem - it was because the 'CausesValidation' property was set to True.
Such a simple thing, but this needs to be set to False in pages with validation.

Hope this helps someone else.
Tags
Menu
Asked by
Neill Davies
Top achievements
Rank 1
Answers by
Jose
Top achievements
Rank 2
Neill Davies
Top achievements
Rank 1
Share this question
or