Kendo Angular and Deferrable Views
Does Kendo for Angular support the @defer
syntax introduced in recent Angular releases?
Open for edit next cell in the colum after key press
Can you give me a hint, please? After editing a cell and pressing enter, how can I automatically move to the next cell of the selected column end open it for edit?
Kendo ui angular grid scroll issue when popup is opened
setHoveredCell(item: any, swConfig: any, event: any,popupgrid: TemplateRef<{ [Key: string]: unknown }>) {
event.preventDefault();
if (this.transposed ? (swConfig.hwConfig == item.hwConfig) : (swConfig.testCase == item.testCase)) {
if ((!item.hasOwnProperty(‘hovered’) || item.hovered == false)) {
Object.defineProperty(swConfig, ‘hovered’, {
value: true,
writable: true,
enumerable: true,
configurable: true
});
Kendo UI for Angular: Icon type is set to ‘svg’, but only font icon name is provided. The “plus” font icon will be rendered instead
I’m using a kendo-ui angular grid like this one: stackblitz example of a kendo-ui grid with details and since I upgraded angular to version 17 I get the following warning: Kendo UI for Angular: Icon type is set to 'svg', but only font icon name is provided. The "plus" font icon will be rendered instead.
I don’t have access to that icon to change it. I tried the solution here Kendo UI for Angular shows warnings when SVG icons are not used but it didn’t help. How to get rid of this warning, please?
KendoUI Angular 17 – NG0300: Multiple components match node with tagname button
I have different component where I’m using a KendoUI Angular Grid with delete buttons in the command-column:
Hoe to sort column menu in Kendo Angular Grid
I can sort the column menu in Kendo Grid using Jquery as following