Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
40
WebDataMenu Not Working on Windows 10 Edge Browser
posted

Have been testing the controls on a Windows 10 machine with the new Edge browser and have noticed a problem with the WebDataMenu. When the WebDataMenu property IsContextMenu is set to False, the menu doesn't display and I get the following script error:

SCRIPT5007: Unable to get property 'PageRequestManager' of undefined or null reference. ScriptResource.axd

When I set the IsContextMenu property to True, then the WebDataMenu is displayed and works perfectly without any script errors.

I've tried using the WebScriptManager control as well on the page and I still get the same script error.

I've attached a copy of the .aspx code

Parents
No Data
Reply
  • 16310
    Offline posted

    Hello,

    Thank you for the markup provided. I put it in a sample which confirmed my expectation to be working fine. Please see the sample attached and run it against the version of our product installed on your end. If you reproduce the error with your version, please let me know which is it. Otherwise, please try to reproduce the issue on this sample after proper modification and send it back for investigation.

Children