Telerik Forums
Kendo UI for Angular Forum
1 answer
18 views
Hi Team,

I’m using Kendo UI for Angular (Angular 20) with the Kendo MultiViewCalendar along with Kendo Tooltip.

I have a custom month cell template where I’m showing indicators (like categories) and applying a tooltip using the title attribute. The tooltip works fine in general.

However, I’m facing an issue specifically with dates that fall inside the selected range (highlighted/red background). For these cells, the tooltip is not  (not visible / not triggering).

It seems like the range selection overlay or styling is preventing the tooltip from being triggered, possibly due to layering or pointer event limitations.

What I want:

I need to display a tooltip on those red (range-selected) date cells as well.

My question:

Is there any supported way or workaround to make tooltips work on dates that are inside the selected range in the MultiViewCalendar?

Any guidance would be really helpful.

Thanks!

Hetali
Telerik team
 answered on 22 Apr 2026
1 answer
43 views

Here is an article I wrote, and I would appreciate your feedback

Bridging the gap: Angular Signals + Kendo UI Grid. 🔄
I’m sharing my journey on refactoring enterprise apps using rxResource, withPreviousValue, and a custom directive for a glitch-free, high-performance UI.

https://medium.com/we-code/kendo-angular-grid-meets-signals-25537c901cdf

 

Thanks.

Diego

 

Martin Bechev
Telerik team
 answered on 16 Apr 2026
3 answers
649 views
We are noticing these characters "â€<" showing up intermittently after updating our kendo-angular dependencies to 15.5.0.
It's not an issue we are able to reproduce every day, and sometimes reloading will fix it, but it will appear at the beginning of kendo window headers, and options in kendo dropdowns. We have not changed anything about our code, nor are we using any special characters ourselves in these locations.

Our angular version is 17.3.12

Is this a known issue? What would the fix be?

Thanks.


Matthew
Top achievements
Rank 1
Iron
 answered on 15 Apr 2026
0 answers
33 views

This is code:


<kendo-textarea
      placeholder="Write description…"
      resizable="vertical"
      [rows]="2">
</kendo-textarea>

 

and this is output (top button is only for vertical resizing and bottom one resizes both ways):

 

Miljana
Top achievements
Rank 2
Iron
Iron
 asked on 08 Apr 2026
2 answers
36 views

Hi all.

I'm using kendo-pdfviewer and loading it with a PDF I get from a web service.  The web service takes query parameters and returns a PDF as a Byte[] and I turn that into a base64 string and put that in the viewer.  Basic stuff ;)  Here's the element from my HTML:

        <kendo-pdfviewer style="height: 800px" [data]="pdfSrc" [tools]="pdfViewerTools">
          <app-pdfviewer-messages></app-pdfviewer-messages>
          <ng-template kendoPdfViewerBlankPageTemplate>
            <div class="blank-template">No data</div>
          </ng-template>
        </kendo-pdfviewer>


Now, if i.e. the user has a PDF in the viewer and wants to narrow the data with some extra parameters, and that result returns an empty PDF, I need to remove the previous PDF from the viewer.

I've tried to set [data] to null and undefined but that does not work. Any suggestions ?

Best regards,
Kalli Kaldi

Martin Bechev
Telerik team
 answered on 06 Apr 2026
1 answer
49 views

Whenever I use kendo-dropdownbutton, if button contains only icon and not text, even though I set title, ariaLabel or attr.aria-label it will give me issues with jasmine.axe ( link ). I solve this every time by setting title and aria-label in ngAfterViewInit, but is there another way that is more aligned with component?

Edit: Screen reader NVDA also does not announce title/aria-label on button focus, so jasmine.axe complains for a reason.

Martin Bechev
Telerik team
 answered on 06 Apr 2026
1 answer
62 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
34 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
46 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
68 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
Narrow your results
Selected tags
Tags
+? more
Top users last month
Miljana
Top achievements
Rank 2
Iron
Iron
Joel
Top achievements
Rank 3
Bronze
Bronze
Bronze
Cynthia
Top achievements
Rank 1
John
Top achievements
Rank 1
Iron
Mozart
Top achievements
Rank 1
Iron
Veteran
Want to show your ninja superpower to fellow developers?
Top users last month
Miljana
Top achievements
Rank 2
Iron
Iron
Joel
Top achievements
Rank 3
Bronze
Bronze
Bronze
Cynthia
Top achievements
Rank 1
John
Top achievements
Rank 1
Iron
Mozart
Top achievements
Rank 1
Iron
Veteran
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?