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/

I’m trying to remove the grouping programmatically by
clearing the state:
this.state = { skip: 0,
take: this.state.take, filter: this.state.filter, sort: this.state.sort, group:
[]};
the data is actually being un grouped but the ui is not refreshed as in the attached screenshot.

Hi,
Is there a property or a way to implement load data on demand in Combo? (In Kendo UI for Jquery there was a property called "Virtual" to do that).
Thank you in advance.

Please see plunker below. Column chart type aggregates data as expected using the sum aggregate. Pie and Donut do not aggregate as expected.
https://plnkr.co/edit/KBkkNGsglZPqP5s89yPl?p=preview
Thanks for your help in determining if this is a bug or as expected.
Ben

Can kendo-grid do the same? I set the filterable="menu" , but that only handle the filter, I would like it to include hide column options and sorting.
https://demos.telerik.com/kendo-ui/grid/column-menu
Thanks,
Bryian Tan