Hi all,
I bind my grid with RadClientDataSource. This source have Select Url to another subdomain via https:
This works in IE10, Chrome and Firefox, but not in IE9. In IE9 fired OnRequestFailed and args.get_error() returns the message No Transport.
If i added to my page the $.support.cors = true; then failed request with Access Denied error.
Thank you in advance.