Take a look at this Plunker:
https://plnkr.co/edit/SyfbOR4dlMqbB3FJwGzR?p=preview
What I'm trying to achieve is specifying a set of grid-columns using Angular ngFor and ngSwitch directives. Using ngFor renders fine, but once I try to introduce ngSwitch, it renders as if there were not grid-column components.
It should be possible but I'm wondering if I'm missing something?
Thanks.

I've been reading through the tutorial on creating a Master-Detail grid for Angular 4/5 and so far have been able to construct a working mock-up in VS Code without any significant roadblocks.
My current question: is it possible to retrofit the Master-Detail grid for API data received by JSON? If so what approach would you recommend - building the GridDataResult data input array within the component hosting the grid (such as is done with the programming in the grid edit examples) or is there a kendo-data-query module similar to toODataString that I can use to similar ends in northwind.services.ts under fetch and in the queries?
Eventually I'd like to incorporate full CRUD capabilities with most layers and for that reason I'm hoping to keep the read operation in the same API format as the edit, update, and delete.

Hello,
I am currently using the Kendo UI ComboBox widget in terms of a demanding Angular4 project and am facing the below issues:
1. The ComboBox is at the bottom of the page. When I open it, it is displayed as usual (and that's fine!). However, when I filter its content, the ComboBox does not respond as intended. Its expanded list does not appear exactly above the ComboBox. It remains where it was initially and there is a gap between the list and the ComboBox. Please take a look at the 3 screenshots attached in order to get a better understanding.
2. The response time for the scrolling action (outside the expanded list) seems to be much longer than it was expected. The expanded list remains for some seconds above the ComboBox. After that, the expanded list appears below the ComboBox. It is not possible to upload a screenshot for this case as it has to do with the time the expanded list needs to appear where it should without such a long delay.
Sorry for the Greek language used in the screenshots and thank you very much in advance!

I can show a table with columns inside the ng-template kendoGridDetailTemplate mimicking the look of a grid, but I want to know if there's a possibility to have a kendo-grid in the detail template to take advantage of sorting, filtering of the inner grid.
Also, is there a grid feature for aggregating columns for kendo-grid with Angular?
Thanks!

Does a Kendo UI license cover all parts including Kendo UI controls for Angular, Kendo UI controls for jQuery, Kendo UI controls for React etc. or do we have to purchase each license separate?
If our team has to buy separate licenses for Kendo UI controls for Angular and Kendo UI controls for jQuery, where is the pricing information given?
P.S.
For the time being, our team needs only Kendo UI controls for AngularJS.
Hi All,
Is it possible to use Kendo UI in Ionic 2 mobile app? Any sample projects or tutorials?
Thank you.

I get this error:
TypeError: element.getBoundingClientRect is not a functionWhen trying to show a popup on a numeric text box. Please see my Plunker
https://plnkr.co/edit/yiFG7JrF49vEVJspCmiG?p=preview
Am I doing something wrong or is this a bug?