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

Description

configuration

The optional event description.

Default: ""

<script>
var event = new kendo.data.SchedulerEvent({
    id: 1,
    title: "Lunch",
    start: new Date("2013/4/4 12:00"),
    end: new Date("2013/4/4 13:00"),
    description: "Lunch with Harry and Steve"
});
</script>
Not finding the help you need?
Contact Support