
Hi, This is driving me crazy. My karat icons are not centered:
I've made sure everything is set up properly and have tried targeting that exact class and padding the top via css. Nothing seems to work.
What could be the issue?
Hello,
I'm trying to get a custom column menu item list using the Angular Grid to work, but it does not seem to be accessible through the keyboard.
See following Stackblitz for a reproduction example: https://stackblitz.com/edit/angular-tzm2tpqt?file=src%2Fapp%2Fapp.component.ts
I navigated to a header column using tab to focus the grid and the arrow keys to select a specific header column, then pressed ALT + Arrow Down to open the column menu. The column menu opens as expected, but the initial menu item is not focussed and I cannot access the menu items using the keyboard. Instead, the grid is still focussed.
Any advice on what might be wrong in this example would very much be appreciated.

I am running into a limitation with the <kendo-scheduler> component regarding how it determines the current time.
In our Angular application, we do not rely on the user's local operating system clock. Instead, we calculate a synchronized "Server Time" to ensure our scheduling is 100% accurate, regardless of whether a user's physical machine clock is drifting or set incorrectly.
The issue is that Kendo UI internally relies on the browser's native new Date() and Date.now() to determine the current time. Because of this, the Scheduler has no way to know about our application's synchronized time.
Example of the Impact: Let's say a user's physical laptop clock is set to 10:00 AM, but our application's synchronized server time is actually 1:00 PM.
The Scheduler's red "Current Time" marker line will render at 10:00 AM.
The Scheduler will highlight "ongoing" events that are happening at 10:00 AM.
Clicking the "Today" navigation button calculates the active day based on the 10:00 AM OS time.
Currently, I don't see an Input or API in Kendo to pass a custom "Now" value or time-provider function to the component, so the Scheduler constantly forces the physical OS time onto the UI.
If you have any built-in solution or recommended workaround for this scenario, please let me know.

In Kendo Scheduler Angular,
Date Header displays an incorrect value when slotduration is set to "full day" in timeline month view. it should not display 12:00 AM in each slot.
Getting below error while building angular application
10:04:17 am[vite] (client)warning:
/.../.angular/cache/20.2.1/.../vite/deps/@progress_kendo-angular-pdfviewer.js
16367 | const worker = yield import(
16368 | /*webpackIgnore: true*/
16369 | this.workerSrc
| ^^^^^^^^^^^^^^
16370 | );
16371 | return worker.WorkerMessageHandler;
The above dynamic import cannot be analyzed by Vite.
See https://github.com/rollup/plugins/tree/master/packages/dynamic-import-vars#limitations for supported dynamic import formats. If this is intended to be left as-is, you can use the /* @vite-ignore */ comment inside the import() call to suppress this warning.
Plugin: vite:import-analysis
File: /.../.angular/cache/20.2.1/.../vite/deps/@progress_kendo-angular-pdfviewer.js?v=46fe0012
@progress/kendo-angular-pdfviewer: 20.0.2
Angular: 20.2.1
Node: 22.18.0
NPM: 10.9.3
I have a grid where row height and detail row height are set correctly (i think) and virtual scrolling is turned on. when I expand a row to show the detail view, as soon is i try to interact with the detail view (It has a tabstrip in it) it will jump that row to the top of the gird view. It's pretty jarring. ONLY when the detail component is at the top of the grid view will it let me interact with the detail view. Not sure if i'm doing something wrong or there's a bug.
i attached a zipped mp4 of the behavior.

Tengo algo como esto dentro de un kendo grid , en el toolbar yo necesito tener un input que me servira de buscador para mi grid y al lado quiero kendoGridAIAssistantTool , hacia la derecha quiero 2 botones importar excel y pdf , la pregunta es porque no aparece mi input? cuando utilizo kendo toolbar , ademas que quiero usar comandos de generar PDF Y Excel del grid pero solo puedo con kendoGridToolbarTemplate deberia poder usarlo tambien con kendo-toolbar , ya que kendoGridToolbarTemplate y kendo-toolbar no se puede usar a la misma vez , deberian arreglar eso
<kendo-toolbar>
<kendo-textbox
style="width: 200px"
placeholder="Buscar..."
(valueChange)="onFilterChange($event)">
</kendo-textbox>
<kendo-toolbar-button
kendoGridAIAssistantTool requestUrl="https://demos.telerik.com/service/v2/ai/grid/smart-state"
[keepOutputHistory]="true"
[aiPromptSettings]="aiPromptSettings"
[aiWindowSettings]="aiWindowSettings">
</kendo-toolbar-button>
<button kendoGridExcelCommand>
Exportar Excel
</button>
<button kendoGridPDFCommand>
Exportar PDF
</button>
</kendo-toolbar>
When will Kendo fully support Signal Forms?
In general, Signal Forms should work with any component with ControlValueAccessor, but I am noticing errors when components are relying on observables on the control (like StatusChanges)
