Hello.
I'm new to Telerik and am evaluating Kendo for jQuery.
In the index.html page under apptemplates/dashboard, is the following code:
$.when($.ajax({
url: "./content/employee-and-team-sales.json",
crossDomain: true,
dataType: "jsonp",
jsonp: false,
jsonpCallback: "callback_ets",
success: function(data) {
employeeAndTeamSales = data;
}
})I cannot find "callback_ets" anywhere. Where is this function defined?
Thanks in advance,
Mike