telerik / kendo-angular

Issue tracker - Kendo UI for Angular
http://www.telerik.com/kendo-angular-ui/
Other
466 stars 215 forks source link

[Grid] Sorting is triggered when reordering a column and dropping it at its original position #4351

Open zstoyanova9 opened 1 month ago

zstoyanova9 commented 1 month ago

Describe the bug When starting to reorder a Grid column and dropping it at its original position, the sortChange event of the component is triggered, and thus sorting is performed and indicated in the column header.

To Reproduce

  1. Open the following StackBlitz example - https://stackblitz.com/edit/angular-pdxuav
  2. Start to reorder a random Grid column.
  3. Drop it at its initial position.

chrome_Fz0jV6fyJY

Expected behavior The sorting functionality should not be triggered when a column is dropped at its original position.