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
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.
Hi Hristo,
I don't see any attached sample with your post.
Hi,
Please find the sample attached below.
Hristo
Hi again,
I anticipated that what your screen shows is more probably a context menu, which the WebDataMenu displays on right mouse click, like in this example. The behavior cab ne altered so that this context menu shows on hover. Please let me know if this would be a more appropriate solution for you.