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