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
248
selectSingleNode is not a function - FireFox - Hotfix 10.3.20103.2105
posted

Hi there,

we have updated our application to the newest hotfix (10.3.20103.2105), and 

after updating we are getting the following javascript error in Infagistics grid.js in the "init" part:

"this.Xml.selectSingleNode is not a function"

This line of code is throwing the exception:

this.Node = this.Xml.selectSingleNode("UltraWebGrid/UltraGridLayout");

 

The error only appears in Firefox, not in IE.

As i have seen, selectSingleNode is not a function in FireFox, so what can i do?

 

Are there other users, who are getting the same problem?

Thanks for any help?

Christian Skalbaniak