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!

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?