maxResizableWidth for kendo grid with version 7.3.0 or above is giving below error

1 Answer 74 Views
Grid
Mansi
Top achievements
Rank 1
Mansi asked on 06 Oct 2022, 02:28 PM

 Error: node_modules/@progress/kendo-angular-grid/localization/custom-messages.component.d.ts:15:19 - error TS2611: 'override' is defined as a property in class 'GridMessages', but is overridden here in 'CustomMessagesComponent' as an accessor.

      15     protected get override(): boolean;

 

i am facing issue with Kendo grid column resize for max size limit. when i upgrade to 7.3.x versions it gives above error. please note i have 6.0.0 version as existing and it does not have maxResizableWidth  available so i was trying with upgrade. 

Can anyone help me with this? 

 

Thanks

1 Answer, 1 is accepted

Sort by
0
Martin Bechev
Telerik team
answered on 11 Oct 2022, 12:07 PM

Hi Mansi,

Please ensure that you are installing Kendo package versions compatible with specific Angular versions.

The latest versions of the kendo packages support Angular v12 and later.

Update the kendo package versions in case you are using Angular v12 or later:

https://www.telerik.com/kendo-angular-ui/components/installation/up-to-date/#toc-updating-to-latest-versions

or update the packages to unsupported releases:

https://www.telerik.com/kendo-angular-ui/components/installation/up-to-date/#toc-updating-to-unsupported-releases

In case the issue persists try removing the node_modules folder and reinstalling the dependencies with npm install. I hope that helps. Please let me know how it goes.

Regards,
Martin
Progress Telerik

Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.

Tags
Grid
Asked by
Mansi
Top achievements
Rank 1
Answers by
Martin Bechev
Telerik team
Share this question
or