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?
This simple example throw the error "The 'value' should be a valid JavaScript Date instance." Please help.
I also tried with [value], [(ngModel)] -- yield Uncaught Error: Template parse errors:
<ng-template kendoGridEditTemplate let-dataItem="dataItem">
<kendo-datepicker [format]="'yyyy-MM-dd'" name="abcd"
value="2018-01-01"></kendo-datepicker>
</ng-template>
Is it possible to configure the highlight of a bar / column series to make it more obvious that the series is clickable? I tried changing the border of the series's highlight property but from the documentation, it seems border is only available for "donut", "bubble", "pie", "candlestick", or "ohlc" charts. I just need a way to make the series data pop out more when user hovers over it so they know it's "clickable". Even if I can change the mouse cursor to pointer would be nice.
Is there a way to create a line chart with only markers? Scatter chart only works with numeric x-axis, but I have a categoryAxis. I tried setting line color to white and having the markers be a different color but then hover over turns the marker to white and the legend shows a white line for that series.
I am using currently Angular 5 with Kendo UI
I have a "Master-Detail Grid" and I’m trying to expand/collapse all details rows.
It exist a standar funcionality for expand/collapse all details rows at the same time ? (A button in kendoGridToolbarTemplate for example)
Thanks,

I am using currently Angular 5 with Kendo UI (trial version). It is giving me error pipe is not a function in service.ts. I used contents from below URL
https://www.telerik.com/kendo-angular-ui/components/grid/data-operations/data-binding/