Skip to content

Infragistics Community Forum / Cross Platform / Ultimate UI for Xamarin / selectSingleNode is not a function – FireFox – Hotfix 10.3.20103.2105

selectSingleNode is not a function – FireFox – Hotfix 10.3.20103.2105

New Discussion
Torsten
Torsten asked on May 21, 2011 6:27 PM

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

Sign In to post a reply

Replies

  • 0
    Ritesh
    Ritesh answered on Mar 24, 2011 2:42 PM

    I have the same issue as well. I opened a case ticket 3 days ago and no response from infragistics.

    • 0
      Norman
      Norman answered on Apr 7, 2011 8:38 PM

      We are getting the same issue. Do you guys have a resolution for this?

      Thanks.

      • 0
        Praveen
        Praveen answered on May 21, 2011 6:27 PM

        Unfortunately selectSingleNode function doesn't works with Firefox/Chrome. This is primitive way IE used to handle the XML Parsing. 

        I tried out an example with AJAX response. Hence the XMLHttpRequest responseXML object was successfully processed using selectSingleNode() for any of the tree element in the document object in IE. On the contrary it doesn't work with Firefox/Chrome.

        To make it work across we will need to handle the response XML a little differently. We can use getElementsByTagName("<tagName>") to get an array of nodes and hence proceed further.

        ~Praveen

         

  • You must be logged in to reply to this topic.
Discussion created by
Favorites
Replies
Created On
Last Post
Discussion created by
Torsten
Favorites
0
Replies
3
Created On
May 21, 2011
Last Post
15 years, 3 months ago

Suggested Discussions

Created by

Created on

May 21, 2011 6:27 PM

Last activity on

Feb 22, 2026 9:22 PM