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.
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upHave 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
Bug reportReproduction of the problemReproducible in the Events demo.
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 behaviorThe change event does not fire. Expected/desired behaviorThe change event fires. Environment
|