Martin Bechev
Martin Bechev
Similar behavior is reproduced when scrolling the Grid Column Menu almost out of view. Opening the popup scrolls the page:  https://stackblitz.com/edit/angular-pkwzx1?file=src%2Fapp%2Fapp.component.ts 1. Scroll the page to a similar state...
The following messages couldn't be translated as well:  And all tooltips of the input controls like:   The standalone components provide the necessary properties to customize the **title**...
Hi @Dekorg, Currently, we have not added this issue to our development plans.
Currently, the workaround is to set the `loadOnDemand` property to _false_ (by default it is true): https://www.telerik.com/kendo-angular-ui/components/treeview/checkboxes/#toc-preloaded-nodes Here is an example: https://stackblitz.com/edit/angular-mkji7f For the cases when the children need to...
The issue also affects creating all-day events in editable Scheduler. When double-clicking an all-day slot, the default start and end time is set to 00:00 (12:00AM) which doesn't create the...
Also reported in private support thread: **1558714**
The same behavior is reproduced when the **Align text** tool is used. https://stackblitz.com/edit/angular-a1x8md 1. Center align all paragraphs. 2. Click `Enter` key at the end of the last paragraph. 3....
Hi @darress, Please could you provide an example (**StackBlitz** or an isolated project) demonstrating the reported issue, so that we can inspect the implementation and consider if it's a bug...
Thank you for the provided additional details on this case. This is a known issue that is logged here - https://github.com/telerik/kendo-angular/issues/3157
As a workaround, you can use [markForCheck](https://angular.io/api/core/ChangeDetectorRef#markForCheck) to explicitly marks the view as changed in **ngAfterViewInit** hook: https://stackblitz.com/edit/angular-vl63ck-cazyu3?file=app/app.component.ts **Note** that the issue is not reproduced in Angular 9.