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.
I need to display a tooltip on those red (range-selected) date cells as well.
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!

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

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):
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:
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

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.

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.
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:
Is there a way to ensure that the split text fragment maintains its horizontal position on the next page?
Has this been addressed in any version later than v17.2.0?
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!
