Martin Bechev

Results 25 comments of Martin Bechev

Hi @meriturva, Please find the attached Angular 9 project and check the Popup behavior: [test-popup.zip](https://github.com/telerik/kendo-angular/files/4343728/test-popup.zip) Extract the zipped file and use the following commands to run the application: - npm...

Hi @jogoertzen-stantec, It looks like the latest release of the Kendo jQuery suite experience some trouble loading it in the _app.module_ file: https://www.telerik.com/kendo-angular-ui/components/framework/kendo-jquery/#toc-setting-up-the-project We will update our documentation and README.md...

An example of the last reported issue: https://stackblitz.com/edit/angular-cfkeca-zwqudl

Looks relevant to https://github.com/telerik/kendo-angular/issues/3772

Consider fixing this issue in the previous major **v2.x.x** of the component.

Also reported in this forum thread https://www.telerik.com/forums/column-kendo-grid-sticky-property-does-not-change-dynamically Steps to reproduce the same issue with dynamically generated columns: https://stackblitz.com/edit/angular-hjbr9g-6qdttz?file=src%2Fapp%2Fapp.component.ts **ProductID** is sticky initially 1. Make the **ProductName** sticky through the button...

To be tracked in the following feature request item: https://feedback.telerik.com/kendo-angular-ui/1656596-popup-allow-injecting-popupref-into-component

A client observed that the memory leak is probably caused by the subscription in the **BrowserSupportService** class. The implements `ngOnDestroy` where the subscription is unsubscribed: ```ts @Injectable() export class BrowserSupportService...

Fixed in [`v13.1.0`](https://www.telerik.com/kendo-angular-ui/components/changelogs/kendo-angular-ui/#v13.1.0).

Reported in private support threads: **1604236** **1608195**