telerik / kendo-angular

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

[SpreadSheet] Programatically updating the sheets, doesn't update the component view #4255

Open yanmariomenev opened 6 months ago

yanmariomenev commented 6 months ago

Describe the bug

The component view doesn't update when programmatically updating the sheet's property.

To Reproduce Open the following example and press set my data button: https://stackblitz.com/edit/angular-jy5gkn-fv35qi?file=src%2Fapp%2Fapp.component.ts Example with signals - https://stackblitz.com/edit/angular-jy5gkn-45nkyb?file=src%2Fapp%2Fapp.component.ts

Workaround Re-render the component when updating the sheets collection: https://stackblitz.com/edit/angular-jy5gkn-3kz2pq?file=src%2Fapp%2Fapp.component.ts