I am using MVC UI, draggable and resizable Kendo Scheduler and I am having trouble implementing two of the client’s requirements.
1.
The user has an event from 8:31 to 9:30. He is moving the end of the event to 9:00. He is expecting to change the event interval to 8:31 – 9:00. However, his action is ignored by the scheduler control because the event duration is less than 30 minutes.
2.
The user has an event from 8:31 to 10:01. He is moving it so that the start of the event is on 8:00. He expects that the new event interval will be from 8:00 to 9:30. However, the control is setting the interval to be from 8:01 to 9:31.
Is there any way to cover these two scenarios with Kendo Scheduler?
Thank you in advance!
1.
The user has an event from 8:31 to 9:30. He is moving the end of the event to 9:00. He is expecting to change the event interval to 8:31 – 9:00. However, his action is ignored by the scheduler control because the event duration is less than 30 minutes.
2.
The user has an event from 8:31 to 10:01. He is moving it so that the start of the event is on 8:00. He expects that the new event interval will be from 8:00 to 9:30. However, the control is setting the interval to be from 8:01 to 9:31.
Is there any way to cover these two scenarios with Kendo Scheduler?
Thank you in advance!