Closed TrevorBroderick1 closed 2 years ago
Following. Getting the same issue.
Following. Getting the same issue.
Also following. Same here.
Following. Getting the same issue.
I'm getting this error when I trigger some filter event in kendo grid. Any idea on how to handle it?
I'm getting this error when I trigger some filter event in kendo grid. Any idea on how to handle it?
You should disable ivy rendering through your angular.json for now. Dont remember you can enable ivy on production cuz this error throws only development mode.
I'm getting this error when I trigger some filter event in kendo grid. Any idea on how to handle it?
You should disable ivy rendering through your angular.json for now. Dont remember you can enable ivy on production cuz this error throws only development mode.
I did it and it worked. Thanks.
Even i am facing same issue.
We are facing same issue. kindly fix it ASAP.
Providing Ivy support is planned for May 2022 (with our R2 release). Progress can be tracked in https://github.com/telerik/kendo-angular/issues/3502.
We have just upgrade to Angular 12 (see version below). When we scroll to the right in the grid, we get the same error. We do not have the option to disable the Ivy compiler. What are my options?
"dependencies": { "@angular/animations": "^12.2.14", "@angular/common": "^12.2.14", "@angular/compiler": "^12.2.14", "@angular/core": "^12.2.14", "@angular/forms": "^12.2.14", "@angular/localize": "^12.2.14", "@angular/platform-browser": "^12.2.14", "@angular/platform-browser-dynamic": "^12.2.14", "@angular/router": "^12.2.14", "@fortawesome/fontawesome-free": "^5.15.4", "@progress/kendo-angular-buttons": "^6.4.0", "@progress/kendo-angular-common": "^2.0.1", "@progress/kendo-angular-dateinputs": "^5.2.3", "@progress/kendo-angular-dialog": "^5.2.0", "@progress/kendo-angular-dropdowns": "^5.4.0", "@progress/kendo-angular-excel-export": "^4.0.1", "@progress/kendo-angular-grid": "^5.4.2", "@progress/kendo-angular-inputs": "^7.5.0", "@progress/kendo-angular-intl": "^3.1.1", "@progress/kendo-angular-l10n": "^3.0.2", "@progress/kendo-angular-label": "^3.1.0", "@progress/kendo-angular-layout": "^6.3.4", "@progress/kendo-angular-menu": "^3.0.2", "@progress/kendo-angular-notification": "^3.0.2", "@progress/kendo-angular-pdf-export": "^3.0.1", "@progress/kendo-angular-popup": "^4.0.1", "@progress/kendo-angular-progressbar": "^2.0.1", "@progress/kendo-angular-tooltip": "^3.0.2", "@progress/kendo-angular-treeview": "^5.4.1", "@progress/kendo-data-query": "^1.5.5", "@progress/kendo-drawing": "^1.15.0", "@progress/kendo-licensing": "^1.2.1", "@progress/kendo-theme-default": "^4.43.0", "@types/uuid": "^8.3.3", "applicationinsights-js": "^1.0.21", "core-js": "^2.6.12", "husky": "^0.14.3", "karma-junit-reporter": "^1.2.0", "msal": "^1.4.15", "prettier": "^2.5.1", "pretty-quick": "^3.1.2", "rimraf": "^2.7.1", "rxjs": "^6.6.7", "rxjs-compat": "^6.6.7", "tslib": "^2.3.1", "uuid": "^3.4.0", "zone.js": "~0.11.4" },
following.. facing the same issue
The issue is no longer reproducing in the latest Grid versions after the migration to ivy formatted packages.
Currently, the latest version is 7.1.0
.
I'm submitting a...
Current behavior
When using Virtual Columns with a cell template, scrolling right and left will result in an assertion error being thrown and breaking the grid.
This only occurs when using Ivy, and when using Dev mode. Running the app in production mode ignores the error.
The error is as follows:
The root problem seems to be this code here:
And here's the code the makes this error only appear in dev mode:
Expected behavior
No error should be thrown.
Minimal reproduction of the problem with instructions
I've attempted to reproduce the issue here, but it won't be seen because stackblitz is not able to compile the kendo examples with Ivy.
To see the issue, you will need to run the code locally some other way. The important part is that you need to use cell templates, be using Ivy, and be running in dev mode.
https://angular-fqxbzv-2t9tam.stackblitz.io
Environment
Package versions:
Browser:
System: