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
Hi,
I tried the ExpansionPanel by implementing the example below in my app-root component:
Interaction - ExpansionPanel - Kendo UI for Angular (telerik.com)
All panels are expanded by default, if I click on the collapse button, I see the animation to go from expanded to collapse state, but the panel resets itself immediatly to its expanded state. (see video as attachment)
I am importing this style in my styles.scss:
@import "~@progress/kendo-theme-bootstrap/scss/expansion-panel/index";
When I add the all.scss in my styles it seems to work correctly...
Any idea why this does not work?
thx!
----
My Styles.scss
My Kendo-packages.json