I’m working my way through the tutorial for dhtmlxGrid docs.dhtmlx.com/doku.php?id=dhtm … _with_data and I came across something that odd.
Following the tutorial, I am getting an error on this step with Chrome (Version 23.0.1271.97 m) but it’s working just fine in Firefox (17.0.1)
The error is: XMLHttpRequest cannot load file:///C:/tools/Apache2.2/htdocs/dhtmlGrid/dhtmlxGrid/step3.xml. Origin null is not allowed by Access-Control-Allow-Origin.
I checked with FireBug on FF and there is no such error. I’m just curious as to why this is working in one browser vs another.