telerik / kendo-angular

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

Spreadsheet `change` event is not triggered #4246

Open mbechev opened 5 months ago

mbechev commented 5 months ago

Describe the bug When deleting or inserting a row/column the change event is not triggered.

To Reproduce Delete or insert a row or change the format of the cell. No events are fired: https://stackblitz.com/edit/angular-puqrxi

slavenai commented 4 months ago

The formatChange event is triggered as expected when changing the cells' format using the tool: image

The change event is not triggered when deleting or inserting columns/rows, but when the changes are reverted (using the Undo tool), the event is emitted.