Hi -
we are evaluating Cells / GridWeb. The evaluation software and demo projects throws a java script error when loading a GridWeb object.
JavaScript runtime error: Unable to get property 'appendChild' of undefined or null referenceJavaScript runtime error: Unable to get property 'appendChild' of undefined or null reference.
The workbook loads ok and displays in the browser but all client-side functionality is missing.
The error is being thrown from acwmain.js, line 56 - root.appendChild(this.xmlDoc.createElement("SELECT"))root.appendChild(this.xmlDoc.createElement("SELECT")).
The problem seems to be the previous line: var root=this.xmlDoc.selectSingleNode("DATA");var root=this.xmlDoc.selectSingleNode("DATA"); the xmlDoc object has lower case tags so nothing is being returned from the query.
I have tried this with VS 2012 and 2010 running on Windows 8, I have also built my own solution using GridWeb, jumped through the hoops to get it working and it now errors in the same place.
Any ideas?