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] Enabling reorderable for the column in combination with columnMenu causes unexpected behavior when opening the columnMenu #594

Open
kdikov82 opened this issue Jul 9, 2024 · 0 comments
Labels
Bug Item which indicates that something is not working Kendo UI for Vue SEV: High

Comments

@kdikov82
Copy link

kdikov82 commented Jul 9, 2024

Describe the bug
If the "reorderable" for the columns is enabled and if there is an open columnMenu, clicking on another column menu closes both menus. The expected behavior is that only the initially opened menu is closed and the newly clicked one will open.

To Reproduce
Open the following example:
https://stackblitz.com/edit/xe1yea?file=src%2Fmain.vue

  1. Open the column menu for the first column
  2. While the menu of the first column is opened, click to open the column menu for the second column
    You will notice that both menus will close.
    Disabling the "reorderable" will demonstrate the correct behavior.

Additional note
As a solution, we might exclude the column menu elements from triggering the reordering of the columns

Browser
Version: 5.1.0

@kdikov82 kdikov82 added Bug Item which indicates that something is not working SEV: High Kendo UI for Vue labels Jul 9, 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: High
Projects
None yet
Development

No branches or pull requests

1 participant