Kendo UI for Angular v. 18.2.0

0 Answers 156 Views
Grid
A
Top achievements
Rank 1
A asked on 18 Feb 2025, 10:55 AM

Hello!

I use Angular 18 and just updated from Kendo v. 17 to 18.2.0 and I get an error in the grid regarding the rowDragHintTemplateRef.
The issue seems to be in this block of code

get customHintTemplate() {
        if (this.rowReorderable) {
            const allColumns = this.columnList.toArray();
            const rowReorderColumn = allColumns.find(column => column.isRowReorderColumn);
            return rowReorderColumn.rowDragHintTemplateRef;
        }
    }

because rowReorderColumn is undefined.

Apart from that, I get this error when I use the latest theme

 Module build failed (from ./node_modules/@angular-devkit/build-angular/node_modules/sass-loader/dist/cjs.js):
Undefined function.
   ╷
28 │     @return math.round(color.channel( $color, "red" ));
   │                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
   ╵
  node_modules\@progress\kendo-theme-core\scss\functions\_color.import.scss 28:24          k-color-red()
  node_modules\@progress\kendo-theme-core\scss\functions\_color.import.scss 604:46         k-color-luminance()
  node_modules\@progress\kendo-theme-core\scss\functions\_color.import.scss 694:12         k-contrast-legacy()
  node_modules\@progress\kendo-theme-core\scss\color-system\_functions.import.scss 233:79  k-generate-color-variations()
  src\styles.scss 18:41

Any guidance would be appreciated.

 

Geran
Top achievements
Rank 1
commented on 14 Aug 2025, 07:50 AM

Same problem regarding rowDragHintTemplateRef,

Any news on the subject ?

Yanmario
Telerik team
commented on 18 Aug 2025, 10:30 AM

Hi everyone,

I suggest using the latest versions of our components and Kendo Themes, which should prevent such errors.

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

I will also suggest checking for any breaking changes related to our Kendo Themes:

https://www.telerik.com/design-system/docs/themes/release-notes/breaking-changes/v11-0-0/

If the error still occurs, send us a runnable example with steps to reproduce the issue, and we will review it.

No answers yet. Maybe you can help?

Tags
Grid
Asked by
A
Top achievements
Rank 1
Share this question
or