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
495
Editing UltraWebGrid from with WinForm WebBrowser reporting script errors
posted

This my 2nd post on the issue since the first bombed on submission:

 

We've got an older WinForms application that is running the WinForms WebBrower control inside it that points to a web page on our Intranet that a user is using to make modifications to data within a UltraWebGrid control. However when the user edits an updatable column in the grid, upon exiting the column the following error dialog appears on the screen (note I was able to recreate the error)

Line: 11238
Char: 2
Error: Unable to get value of the property 'init': object is null or undefined.
Url: http://OurIntranet/apps/WebResource.axd?d=x-ahxOKgVHrSRTmaq2Vcxnnnnnnnnnnnnnnn
Do you want to continue running scripts on this page?

Now the last time the user updated this page via the WinForm application she was using Windows XP and IE8. Since her machine was updated to Windows 7 and IE9 and the issue occurs.

I recently read a forum entry here (http://es.infragistics.com/community/forums/t/53278.aspx) that seems to infer the issue above is a bug with the UltraWebGrid (older versions) and IE9. Checking the web page in question in our application the version referenced by the page includes are:

<%@ Register assembly="Infragistics2.Web.v8.3, Version=8.3.20083.1009, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb" namespace="Infragistics.Web.UI.GridControls" tagprefix="ig" %>

<%@ Register assembly="Infragistics2.WebUI.UltraWebGrid.v8.3, Version=8.3.20083.1009, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb" namespace="Infragistics.WebUI.UltraWebGrid" tagprefix="igtbl" %>

We simply don't have the time do an upgrade to a later version of these controls so are there any fixes or patches out there we can install on our server that would resolve this matter?

Thanks,
Paul