-
Notifications
You must be signed in to change notification settings - Fork 216
Description
I'm submitting a...
- Suggestion for improvement
We need to research the topic on Custom Elements and how to integrate Kendo Ui for Angular components in a Custom Element.
Current behavior
We can create a custom element, that holds a grid with all of its built in functionality. However, when we try to use the generated custom element outside an Angular application, the grid is not re-rendered on dataStateChange or any other event. The grid is initially loaded and displayed correctly, but after a sortChange event is triggered, the grid's data will be sorted, but the grid will not be re-rendered to display the correct data.
The same behavior occurs if we use non-Kendo components in our custom element.
Environment
Package versions:
"@angular/elements": version: 6.1.7
for internal use - this issue is related to ticket 1340667