New to Kendo UI for jQueryStart a free 30-day trial

Update

methods

Updates the scheduler event.

Parameters:eventInfoObject

The new values, which will be used to update the event.

<script>
    var event = new kendo.data.SchedulerEvent({
        id: 1,
        title: "Task1",
        start: new Date("2013/4/4 12:00"),
        end: new Date("2013/4/4 14:00")
    });

    event.update({
        start: new Date("2013/4/4 2:00"),
        end: new Date("2013/4/4 4:00")
    });
</script>
Not finding the help you need?
Contact Support