Configure Ajax request made by Kendo to support cross domain ajax request
问题 The basic kendo auto complete example shows a setup where matched search results are fetched through an Ajax request. The ajax loading works fine if the requested resource is on the same domain, but I was wondering if there is support for configuring the underlying ajax requests to support CORS. Is there a way to pass in Ajax options like you normally would do if you were using $.ajax({}) directly. $("#products").kendoAutoComplete({ dataTextField: "ProductName", filter: "contains", minLength: