Hi,
I am using upgrading my web site from 10.3 to 13.1 for the purpose of making the site compatible with IE 10. New to the 2013.1 controls I needed to add a ScriptManager to each of my pages, as I have learned, the 2013+ versions of the controls are javascript based so needs the ScriptManager. But when I add the ScriptManager I am faced with an error I am having difficulties understanding and/or resolving.
I have attached a simple web site where I am receiving the following error whenever either control fires an event:
0x800a138f - JavaScript runtime error: Unable to get property 'argumentUndefined' of undefined or null reference
If I remove the OnClick event the error is gone, but the error only happens when the event attempts a postback. It seems that there is a problem with the ScriptManager.
Thanks in advance,
Gregory
Hello Gregory,
May I ask if you can provide me with the build of NetAdvantage 13.1 you are referencing in your project? Note, if the build number is lesser than 20131.2107, I recommend downloading the latest service release and testing to see if this issue is still reproducible.
Please use the instructions in the following forum post to learn how to download the latest service release:http://es.infragistics.com/community/forums/t/29398.aspx
Please let me know how this works for you.
Thank you for the update.
The attachment doesn't appear to have any samples that I can run in my environment. Can you post a sample that I can use to reproduce the error you've described.
I am looking forward to hearing from you.
I haven't heard from you in a while. Please let know if this issue has been resolved. If not, please update me with a sample that reproduces the behavior you've described.
Hi Jose,
Sorry. I got it resolved and moved on and forgot to report back to you.
It turned out to be a group policy on my corporate domain that was denying access to the javascript resources. Once they applied a new group policy to my domain account the error was resolved.
Thank you,