Stas Medyevskiy
Stas Medyevskiy

Reputation: 23

Can't save Kendo UI Scheduler event

You can reproduce all next steps on standard kendo UI Scheduler example. For example on this: http://docs.telerik.com/kendo-ui/web/scheduler/how-to/dynamic-calc-of-height

  1. Click on empty time slot.
  2. Editor pop up is opening for creating new event
  3. Type title etc.
  4. Click "Save"

Now we see new event on the scheduler table. But if we do next:

  1. Click on event
  2. Editor pop up is opening for editing event
  3. Click on cancel.
  4. Scheduler - delete the event!

How to save event and prevent this scheduler incomprehensible behavior?


But on this example all works fine. http://docs.telerik.com/kendo-ui/web/scheduler/how-to/add-control-to-customeditor Please, explain some one, what is happens? What is the reason of different behavior?

Upvotes: 2

Views: 1205

Answers (1)

Vladimir Iliev
Vladimir Iliev

Reputation: 1889

The reason for this behavior is the missing dataSource "schema.model" configuration which is mandatory for the CRUD operations. For more information about how to set up the Scheduler you can check the following help article:

Upvotes: 2

Related Questions