Slavena Ilieva
Slavena Ilieva
**Workaround** Stopping the click event's propagation will prevent other Grid events from emitting: https://stackblitz.com/edit/angular-vjjkzx-x6ajgo?file=src%2Fapp%2Fapp.component.ts
Fixed in `v16.4.0` of `kendo-angular-dropdowns` package.
Reproducible only when the `kendoDialogContainer` is rendered in a different container. Nesting it in the same `ng-container` as the Grid, does not throw error: https://stackblitz.com/edit/angular-ntzdth-uxgldf?file=src%2Fapp%2Fapp.component.ts
May be related to https://github.com/telerik/kendo-angular/issues/3879
The `formatChange` event is triggered as expected when changing the cells' format using the tool:  The `change` event is not triggered when deleting or inserting columns/rows, but when the...
Reproducible with `kendo-button` and `span[kendoButton]`. Works as expected with `button[kendoButton]`.
Fixed in `v17.2.0`.
Hi @msftedad , The issue is still not part of our immediate development plans. We will update the status of the issue, once a fix is available.
Hi @conor-mac-aoidh , Thank you for bringing this to our attention. Our team will investigate further and update the thread as soon as we have any findings to share.
Also reproducible when resizing the browser window: https://stackblitz.com/edit/angular-mut8o2mv-ehetq4he?file=src%2Fapp%2Fapp.component.ts Steps to reproduce: 1. Resize the last pane 2. Resize the browser window