Closed omanzelli closed 3 years ago
The events in 11.1.0 had the on prefix:
<igx-grid igxPreventDocumentScroll [data]="moonData" [primaryKey]="'name'" [rowDraggable]="true"
(onRowDragStart)="onRowDragStart($event)" (onRowDragEnd)="onRowDragEnd($event)">
Thank you!
Description
The
rowDragStart
androwDragEnd
events are not fired in version 11.1.10Steps to reproduce
Here a testing project https://stackblitz.com/edit/infragistics-rowdrag-not-fired Check the logs in the console.
Result
The
rowDragStart
androwDragEnd
events are not fired.Expected result
Start dragging a row, the
rowDragStart
event is fired. Dropping the row, therowDragEnd
is fired. Installing the version 12, these events are fired properly. This means that I need to migrate the project to Angular 12 to solve this issue.Attachments
https://stackblitz.com/edit/infragistics-rowdrag-not-fired Check the logs in the console.