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][Grid] Reordering of columns with virtual scroll is not applied until the user scrolls #606

Open
filipKovachev opened this issue Aug 15, 2024 · 0 comments
Labels
Bug Item which indicates that something is not working Kendo UI for Vue SEV: High triaged triaged bugs

Comments

@filipKovachev
Copy link
Contributor

Describe the bug
Currently when reorderable is set to true with virtual scroll enabled and a column is reordered the new order takes place only after the user scrolls.

To Reproduce

  1. Open this example which is the virtual scroll example from the docs: https://stackblitz.com/edit/zadqgr-gubeyx?file=src%2Fmain.vue
  2. Reorder any column and notice that it is not taking effect
  3. Scroll down the Grid and observe that now the reordering is taking place

Expected behavior
Reordering should take effect immediately with virtual scroll as it is in the KendoReact Grid

Ticket ID: 1661286

@filipKovachev filipKovachev added Bug Item which indicates that something is not working Kendo UI for Vue SEV: High labels Aug 15, 2024
@filipKovachev filipKovachev changed the title [Bug][Grid] Reordering of columns with virtual scroll is not applied until the user scrolls. [Bug][Grid] Reordering of columns with virtual scroll is not applied until the user scrolls Aug 15, 2024
@filipKovachev filipKovachev added the triaged triaged bugs label Jan 29, 2025
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: High triaged triaged bugs
Projects
None yet
Development

No branches or pull requests

1 participant