Permission Denied

I have just started looking at this product. Put together a test app on my local machine and got it working. But when I copied it to my server I get an error “Permission Denied” on line 35 of the dhtmlx.js file.

The app runs on domain “A” but draws data from a server on domain “B” like this
myGrid.load(“http://www.b.com/testconnector/testConnector.ashx”);
myGrid.init();

That should work, no? If no - how do I load data from www.b.com?

Unfortunately the cross-domain requests are not allowed.
Please, try to load the data using the ajax and then parse the received data to the grid using the parse() method.