Hi,
I have problems in using the Grid inside an Angular project with strict mode on.
<kendo-grid
[data]="view | async"
[loading]="view.loading"
[pageSize]="state.take"
[skip]="state.skip"
[sort]="state.sort"It complains that pageSize, skip and sort can't accept undefined values while the underlying State object can.
Thanks!

Hello,
when using customized filter menus (as explained in the following) is there any way to customize the appearance of the popup that is displayed especially the buttons that are placed inside the popup as seen in the screenshot below? (In this case `Clear` and `Filter`)
I know that the text can be customized by using the CustomMessagesComponent. But what if I want to place my own buttons or remove them? I have found the following answer from 2019 that there is only the functionality to style them but only inside the styles property from the component that uses the kendo grid component.
Version Information
"@progress/kendo-theme-default": "^4.38.1",
"@progress/kendo-angular-grid": "^5.0.2",
Thanks in advance for any help or information.
Hi,
When the user select a date I have to add a list of date preset near the calendar, how can i do it?

I have a sidebar menu with a panelbar and i use the routerlink to navigate to components.
When i click a panelbar item the background changed - class k-state-selected was added. Can i prevent that?
I am facing another issue, that when a user clicks on a node in kendo treeview, onnodeclick event gets triggered. In its event handler, how can we get the parent nodes of that node?


This is how the Kendo DateTimePicker is being implemented
<input
ng-disabled="isDisabled"
k-ng-model="viewmodel"
k-format="'dd/MMM/yyyy HH:mm'"
k-timeFormat="'HH:mm'">However my dropdown Time options appear as; 5:30AM, 8:30PM, etc. (12hour format)
When a date & time are selected, they appear as 24/May/2021 05:30, 24/May/2021 20:30 (24hour format)
How can I change the dropdown options to 24hour format?
Is it possible to perform server-side grouping/aggregates on a grid? I have several columns which are calculated percentages that need the raw data to accurately calculate averages.
Thanks

Drag and Drop functionality is not available in Kendo UI for Angular.
I need this type of feature in Kendo UI for Angular.
I couldn't find this option. Can you please let me know is this feature will include in coming versions or not. Let me know is there any alternative way to achieve this.
Hi
How can we expand all nodes of kendo treeview in angular on the click of a button? Any help would be appreciated.
Thank You
