Hi there,
We're trying first attempt at the DataSource, and it's not making the call....
Does the DataSource NEED a http address?
Cheers
We're trying first attempt at the DataSource, and it's not making the call....
var dataSource = new kendo.data.DataSource({ transport: { read: { // the remote service url url: "/Query/GetNews", // JSONP is required for cross-domain AJAX dataType: "json" } } });Does the DataSource NEED a http address?
Cheers