Telerik Forums
Kendo UI for Angular Forum
1 answer
52 views
I have disabled item that I pass in items list. But item is still clickable (which I solved in css by setting pointer-events: none, yet via keyboard navigation it is still getting focus. Also when pressing enter it will not trigger itemClick event, but on enter press dropdown will close.
Zornitsa
Telerik team
 answered on 31 Mar 2026
0 answers
30 views

hi

it seems 19.3.0 angulr treeview not working. 

 

i created web page:

https://codesandbox.io/p/sandbox/goofy-banzai-c7z28y?file=%2Fpackage.json%3A1%2C1-76%2C1

 

please have a look.

 

thank you.

David
Top achievements
Rank 1
Iron
Iron
Iron
 asked on 27 Mar 2026
0 answers
36 views

Hi,

I am using Angular 17 with @progress/kendo-angular-pdf-export v17.2.0. I am facing a specific layout issue during page breaks.

The Issue: When a long text is split across two pages, the overflow content on the second page shifts to the far left, ignoring the column's original offset/padding. However, once that specific text block ends, the subsequent rows return to their correct positions.

Constraints:

  • We must use paperSize="A4" for printing requirements (so paperSize="auto" is not an option).

  • We are using a custom layout with div elements (Bootstrap-like grid: col-sm-4 for labels, col-sm-8 for values).

Questions:

  1. Is there a way to ensure that the split text fragment maintains its horizontal position on the next page?

  2. Has this been addressed in any version later than v17.2.0?

  3. Is there a CSS workaround (like display: table or specific k-pdf-export classes) to prevent this shift for split elements?

Any guidance would be appreciated. Thanks!

Sagar
Top achievements
Rank 1
 asked on 24 Mar 2026
1 answer
44 views
Hi, not sure if anyone had similar issue before with this. So I have pagination done on backend side and I fetch options for dropdown 25 by 25. [virtual] is set to virtualizationSettings = { itemHeight: 36, pageSize: 25 }. Options are loaded on scroll and everything works fine functionality wise. But when using NVDA screen reader and navigating through options via arrows, as soon as I hit 26 and below, screen reader reads them as 'blank' or reads totally different option (random one, sometimes one above and sometimes second one in list etc.).
Martin Bechev
Telerik team
 answered on 19 Mar 2026
1 answer
34 views

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?

Tom
Top achievements
Rank 2
Iron
Iron
 answered on 18 Mar 2026
1 answer
40 views

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.

Martin Bechev
Telerik team
 answered on 16 Mar 2026
1 answer
73 views

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.

Yanmario
Telerik team
 answered on 12 Mar 2026
2 answers
83 views

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.

    <kendo-scheduler
      [kendoSchedulerBinding]="events"
      [selectedDate]="selectedDate"
      [slotDuration]="1440"
    >
      <kendo-scheduler-timeline-month-view>
      </kendo-scheduler-timeline-month-view>
    </kendo-scheduler>

Kumeri
Top achievements
Rank 1
Iron
Veteran
Iron
 answered on 11 Mar 2026
1 answer
45 views
How to change title of kendo angular chart wizard in run time ?
Zornitsa
Telerik team
 answered on 05 Feb 2026
1 answer
42 views

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.

Martin Bechev
Telerik team
 answered on 30 Jan 2026
Narrow your results
Selected tags
Tags
+? more
Top users last month
Chester
Top achievements
Rank 1
Iron
Simon
Top achievements
Rank 1
Iron
Douglas
Top achievements
Rank 2
Iron
Iron
SUNIL
Top achievements
Rank 3
Iron
Iron
Iron
Marco
Top achievements
Rank 3
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Chester
Top achievements
Rank 1
Iron
Simon
Top achievements
Rank 1
Iron
Douglas
Top achievements
Rank 2
Iron
Iron
SUNIL
Top achievements
Rank 3
Iron
Iron
Iron
Marco
Top achievements
Rank 3
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?