Skip to content
New issue

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

Scheduler's select() method selects only the last event when multiple ones are passed #5119

Closed
PekoPPT opened this issue Jun 18, 2019 · 3 comments
Assignees
Labels
Bug C: Scheduler FP: Completed Sync status with associated Feedback Item jQuery SEV: Medium
Milestone

Comments

@PekoPPT
Copy link
Contributor

PekoPPT commented Jun 18, 2019

Bug report

When using Scheduler's select() method, according to the documentation and the examples given in the official API, we should be able to select multiple items when passing their IDs in an array.

Reproduction of the problem

  1. Open this Dojo.
  2. See that when calling the select() method, we are passing the IDs of all events listed in the dataSource.
  3. Run the Dojo and see that only the event which ID is last in the array is being selected.

Current behavior

Currently, the select() event is selecting only the last element when an array of event IDs are passed to it

Expected/desired behavior

When passing event IDs to Scheduler's select method, the events which IDs have been passed should be selected when the method is called

Environment

  • Kendo UI version: 2019.2.619
  • jQuery version: x.y
  • Browser: [all]
@aleksandarevangelatov
Copy link
Contributor

Also mentioned in thread #1454317

@aleksandarevangelatov
Copy link
Contributor

Reported in #1471189

@martintabakov
Copy link
Contributor

Also reported in #1493153

@veselints veselints self-assigned this Dec 23, 2020
@kendo-bot kendo-bot added FP: Planned Sync status with associated Feedback Item FP: In Development Sync status with associated Feedback Item and removed FP: Unplanned Sync status with associated Feedback Item FP: Planned Sync status with associated Feedback Item labels Dec 23, 2020
@kendo-bot kendo-bot added FP: Completed Sync status with associated Feedback Item and removed FP: In Development Sync status with associated Feedback Item labels Jan 8, 2021
@mparvanov mparvanov added this to the 2021.R1.SP.next milestone Jan 25, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug C: Scheduler FP: Completed Sync status with associated Feedback Item jQuery SEV: Medium
Projects
None yet
Development

No branches or pull requests

7 participants