By including this script, kendo's implementation is overwritten with what you provide and when the scheduler calls this method, it's this implementation that executes. It's almost like overriding a virtual method in C#/Java/C. – bvgheluwe Jun 12 at 10:57.

Join GitHub today

Slot

GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.

Sign up New issue

Kendo Scheduler Slot By Element 1

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Labels

Comments

commented Aug 5, 2019

Kendo Scheduler Events

Bug report

Reproduction of the problem

Reproducible in the Events demo.

  1. In the AllDay slot click and drag the mouse from Monday to Wednesday.
  2. The change event fires 3 times (expected).
  3. Click on Wednesday to select only that slot.
  4. The change event does not fire.

Also reproducible when selecting the slots from right to left (Wed to Mon) and then selecting the last slot (Mon).

The behavior is identical when selecting slots in a specific day, e.g. selecting and dragging from 8:00 to 10:00 and then selecting the last slot (9:30-10:00).

Current behavior

The change event does not fire.

Expected/desired behavior

The change event fires.

Environment

  • Kendo UI version: 2019.2.619
  • jQuery version: x.y
  • Browser: [all ]
added BugSEV: MediumC: SchedulerKendo2TriagedFP: Approved labels Aug 5, 2019
removed the Triaged label Dec 5, 2019

Kendo Scheduler Slot By Element Free

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment