or
view._scheduler.kendoScheduler({ date: new Date("2013/6/13"), startTime: new Date("2013/6/13 07:00 AM"), height: 700, views: tmpViews, editable: false, timezone: "Etc/UTC", dataSource: {function(operation){ if($('#grid').data('bindData') !== false) { var params = operation.data; params['id'] = $('#grid').data('webServiceId'); $.ajax({ url: 'webservice.php', contentType: 'application/json', type: 'POST', data: kendo.stringify(params), success: function(response) { operation.success(response); } }); }}animation: { close: { effects: "none", duration: 0 }, open: { effects: "none", duration: 0 } },