Hi,
When filtering on a date column in the grid, the dates are filtered by time as well as by date. This creates a problem when trying to filter with "equals to".
I can easily remove the time from the date object in the grid and this fixes the filtering.
However, I need to display the time in the date object in the grid.
How can I display the date with the time, but filter with a date object without the time?
Regards,
Jyothi
Couple visual issues I've run into.
1. When you click the button to insert a link, the checkbox for opening the link in a new window overlaps with the next line. Please see screenshot I took from the documentation example.
2. When the toolbar wraps to a second line (such as in the screenshot where "Font Name" begins the second row) I think there should be at least a small gap between the 2 rows. This is especially distracting with the Bootstrap theme where items are a little bigger.
Thanks.

Is there a way to collapse the PanelBar on a button click event?
I have a panel bar with a grid inside of it. The flow should be that I expand the PanelBar, then click a button inside the grid and the PanelBar collapses. I tried to set the [expanded] property to false on the button click event but it doesn't work.
Thanks for your help in advance.
Hello kendo community,
I have issues with selection on groups in kendo grid. I am trying to use groups and selection with kendo grid and it seems like the selection event trigger does not work in groups, however the checkbox does not apper to be checked. Is there any other solution or is there a way to select multiple rows which are grouped?
Here is a stackblitz demo: https://stackblitz.com/edit/angular-ujcgdv
Hope there is a fix for this.
Best, Mike

Looking for clarification of how to use the Angular Material Theme supplied with Kendo UI.
Do I still need to include Bootstrap 4 for purposes of general layout. i.e. row / column / flex etc... for non Kendo components.
Is Bootstrap the suggested framework to use with the Material theme. Should it be Material. It looks like the Material theme uses a base of the Default theme. The default theme seems to be based on Bootstrap.

Is it possible to add a divider/header within the data array?
Something like.
Item1
-----------------
Header Title
Item2

Hi,
When opening a <kendo-dialog> the background is still scrolling.
The work around I found is to set the <body> with an overflow:hidden.
But how to automate this generally for all my modals?
Since this is a modal, I think the kendo-dialog should be disabling the body scrolling.
Any workaround to fix this?
Thanks.

<kendo-chart-series-item-tooltip> <ng-template let-dataItem="dataItem"> <span style="font-weight: bold">{{dataItem.productName}}</span> - Total Count <span style="font-weight: bold">{{dataItem.totalCount}}</span> <span style="font-weight: bold">{{dataItem.date | amDateFormat:'LL' }}</span> </ng-template><b </kendo-chart-series-item-tooltip>