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
85
UltraWebGrid in IE 11
posted

Hello Team,

We are currently using UltraWebGrid version 11.1.20111.2020, this version works correctly in IE 10 browser.

But now the application needs to be accessed by IE 11 browser, the application is built in 4.0 framework.

In IE 11 the data is not getting displayed within the UltraWebGrid. Is there any patch available for this issue.

We get below mentioned error:

Error: Unable to get property 'selectNodes' of undefined or null reference
    this.Bands.Node = this.Xml.selectSingleNode("UltraWebGrid/Bands");
    var bandNodes = this.Bands.Node.selectNodes("Band");

Regards,

Kishore Shetty.

  • 8421
    posted

    Hello Kishore,

    The UltraWebGrid is not supported in IE11. For a control that supports IE11 you will need to migrate to the WebDataGrid or WebHierarchicalDataGrid, version 2013 Vol. 1 or later. For more information about the supported environments please see the Infragistics Supported Environments page.

    Please note that the UltraWebGrid and several of the other classic ASP.NET Web Forms controls were retired after the release of 2011 Vol. 1. If you are using any of these controls you will need to migrate to the newer control. The controls are not an exact equivalent as they are based on an entirely different framework and will require a rewrite. For more information about this migration please see the Classic Control Migration Guide.