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

[Bug][ComboBox] Virtualization does not work in adaptive mode #652

Open
filipKovachev opened this issue Dec 18, 2024 · 0 comments
Open

[Bug][ComboBox] Virtualization does not work in adaptive mode #652

filipKovachev opened this issue Dec 18, 2024 · 0 comments
Labels
Bug Item which indicates that something is not working Kendo UI for Vue SEV: Medium

Comments

@filipKovachev
Copy link
Contributor

Describe the bug
When using adaptive mode and enabling virtualization, the onPageChange event seems to not be called.

To Reproduce

  1. Open this example: https://stackblitz.com/edit/mius7cdu-lr2l5vr4?file=src%2Fmain.vue
  2. Minimize the console so that you can scroll
  3. Notice how there is no console.log output.
  4. Remove the adaptive prop and observe that the console.log outputs are now triggered properly

Expected behavior

the onPageChange should be called as expected with adaptive mode as well.

Reported in TicketID: 1673554

@filipKovachev filipKovachev added Bug Item which indicates that something is not working Kendo UI for Vue SEV: Medium labels Dec 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Item which indicates that something is not working Kendo UI for Vue SEV: Medium
Projects
None yet
Development

No branches or pull requests

1 participant