I have a ASP.NET Framework 4.0 web application that has a RadAjaxManager in the Master Page, and uses the AjaxSettings.AddAjaxSettings in the On PreRender method of the content page to load the Ajax settings.
I have two content placeholders One for a naviagation bar on the left, and one for content on the right.
The navigation bar is populated with a series of buttons and each button dynamically removes any previously loaded user control, and loads the user control associated with the button clicked. Every web user control that is added consists of multiple rad controls such as a tab strip and multi-page with more rad controls in the page view, etc.
Everything works perfectly for Firefox and Chrome, but in IE 9, when a button is clicked, I get a flicker of the background and after the control is loaded, none of the rad controls click events work.
I am using the latest Rad Controls for ASP.NET AJAX for ASP.NET 4.0.
I tried the 3.5 version previously.
Unfortunately, we use IE as our standard browser.
Any help with this would be greatly appreciated.
Thank you,
Chuck
I have two content placeholders One for a naviagation bar on the left, and one for content on the right.
The navigation bar is populated with a series of buttons and each button dynamically removes any previously loaded user control, and loads the user control associated with the button clicked. Every web user control that is added consists of multiple rad controls such as a tab strip and multi-page with more rad controls in the page view, etc.
Everything works perfectly for Firefox and Chrome, but in IE 9, when a button is clicked, I get a flicker of the background and after the control is loaded, none of the rad controls click events work.
I am using the latest Rad Controls for ASP.NET AJAX for ASP.NET 4.0.
I tried the 3.5 version previously.
Unfortunately, we use IE as our standard browser.
Any help with this would be greatly appreciated.
Thank you,
Chuck