Martin Bechev

Results 25 comments of Martin Bechev

Similar behavior is reproduced when scrolling the Grid Column Menu almost out of view. Opening the popup scrolls the page: ![image](https://user-images.githubusercontent.com/33104481/190150180-54cb99ef-1458-43fb-8701-b3d0b48be7e7.png) 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: ![image](https://user-images.githubusercontent.com/33104481/177955576-31c73c53-2ff0-493c-b256-eae5010acc9f.png) And all tooltips of the input controls like: ![image](https://user-images.githubusercontent.com/33104481/177955739-605c5708-2eb3-4ba3-b1e0-2d21155277b0.png) ![image](https://user-images.githubusercontent.com/33104481/177955846-0c02ee59-94fa-4ca0-9c11-fb3de489deb2.png) 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.