'Angular UI - Kendo - Filter not working for dynamic column

I am working on a kendo grid in angular and binding dynamic columns. Filters are working fine for normal columns but not for dynamic columns.

For understanding I have created a small demo application. You can find the same, Filter not working for dynamic column stackblitz demo app

In the demo app, name is normal column and filter working for it but Term and Semester are the columns whose values are generated dynamically and filter not working.

Image

Solution and suggestions are welcome.

Thanks in advance.

[Note]- This is a sample project with dummy data



Solution 1:[1]

I confirm! The same problem, filtering by dynamically created columns does not work. (kendo-angular-grid(v5.0.3) + Angular 12)

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Alexander Gvozd