any successful example fo myGrid.load(" external URL???!!

Hi, All,

Anybody has successful sample, how to load the xml from remote/external URL with different domain?

for example:
If the scripts stand on domain abc.com, so can you load the xml file from edf.com?

myGrid.load(“http://edf.com/1.xml”);
myGrid.loadxml(“http://edf.com/1.xml","xml”);

I tried a lot, no luck, thanks a lot in advance

Unfortunately the cross-domain requests are not available.

IMHO Cross-site Scripting isn’t allowed too.