I have this Kendo UI datasource. I am trying to pass the data parameter
transport: {
read: {
url: "http://clientstoprofits.paupertopresident.com/api/Schedule/Tasks_Read",
data:{
UserId:id,
startDate:startTime
},
dataType: "jsonp"
},
but the only thing that is being sent is
Request URL:http://mydomain.com/api/Schedule/Tasks_Read?callback=jQuery19107631381487008184_1398210088201&_=1398210088207
can anybody tell me why i am getting this callback=Jquery*?