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
15
JavaScript runtime error: 'ugBuild_AfterCellUpdateHandler' is undefined
posted

I have upgraded the web forms application from .Net v3.5 to .NEt v4.8. Using Infragistics.WebUI.UltraWebGrid.v4.3 (4.3.20043.27)

After selecting the dropdown value in the grid, while invoking a WCF service, the service call is not make because of Javascript error. We have emulated the same with IE7, and there the dropdown is positioned outside of the grid but service call is being made.

IE11 - Service call is not made because of the following error
Unhandled exception at line 67, column 1 in eval code
0x800a1391 - JavaScript runtime error: 'ugBuild_AfterCellUpdateHandler' is undefined

IE7 - Service call is made but the dropdown in the webgrid is displayed outside of the Grid
Unhandled exception at line 70, column 1 in eval code
0x800a138f - JavaScript runtime error: The value of the property 'ugBuild_AfterCellUpdateHandler' is null or undefined, not a Function object

 Please advise.

Parents
No Data
Reply
  • 1320
    Offline posted

    Hello Bhaskar,

    Please keep in mind that according to our support policy Infragistics products have one year of product service releases and three years of developer support. This means that all versions prior to 18.1 are considered retired and it is no longer eligible for Developer Support Services.

    Since the WebDataGrid with Dropdown editor provider is working as expected in the online samples using a newer version of the controls I assume that this behavior might be caused by an issue that we have addressed, fixed and released in any of the latest versions of our product.

    Additionally, I have tested the sample in IE11 and it is working as expected, furthermore, IE7 is no longer supported by Microsoft.

    In the following topic you could find which versions we are supporting and when will their support expire.

    Please let me know if you need additional information regarding this matter.

    Regards,
    Monika Kirkova,
    Infragistics

Children
No Data