I set Scheduler to bind with a WebService (c#) like source below,
but WebService need a date with parameter, how can do ?
and when click prev,next, and datepicher button, how rebind with correct parameter ?
dataSource: {
batch: true,
transport: {
read: {
url: "/WebServices/LessonsTimeGrid.ashx",
dataType: "json"
},
...
...