Hello
is it possible to access the scroller of a PdfViewer and bind to its event?
I see an embedded km-scroll-container, but cannot find out, how to control it, similar to that:
Automatic km-scroll-container events in Kendo UI for jQuery | Telerik Forums
I want to be able to zoom to the center of a pdf page instead of the top left corner and would therefore calculate the translation at the resize-event and set the offset then.
Or is there an other solution for that problem?
Thanks
Christine

Hi there,
I have a question about timeline view on https://demos.telerik.com/kendo-ui/scheduler/timeline.
When I change the start-time for the event for the series cycle by daily, the expiration date on cycle will get the focus automatically.
For example, there is an event repeating after 5 occurrences by daily, but when I change the start-time, the focus on "after 5 occurrences" will shift to the expiration date.
Can you tell me how to solve this problem?Thanks so much!
Dear Team,
I'm currently using drawDom and drawPDF to download the grid as PDF , but i have a problem when exporting the PDF.
if the text is too long for one row, the page doesn't break into the second page.
here is the example: link
Thanks in Advance.
{name: “coy a, coy b, coy c”, id:”1,2,3”}
expected result in kendo grid
<a href=“/company/detail/1”>coy a</a>,
<a href=“/company/detail/2”>coy b</a>,
<a href=“/company/detail/3”>coy c</a>
Dear team,
The kendo grid k-header-column-menu is not loading it is showing square box.. in grid column filter options.
I am trying to integrate spreadsheet into Oracle apex application. Oracle application process (apex.server.process) returns base64 of excel document on page load.
I want to bind base64 string as datasource to spreadsheet. I am new to Kendo UI, Can you please assist me how I can do binding.
I found some articles, and have knowledge about Telerik document processing, but I dont want to use external webservices along with oracle apex. Is there any way, where client can convert base64 string to localfile or json

I'm having difficulty using the grid.saveAsExcel(); as this is reporting:
"Cannot read properties of undefined (reading 'dataSource')"
Can you advise on how I resolve this?
Hello There,
I have a similar DropDownTree in my project.
I do not want to use clearButton, I would like to create a button with onClick clear out selected values and also the checkBox selection.
What I have tried: the used selectedIds= [] but on UI the tags stucked there, can not removed at all.
Thanks for your help!
Cheers,
Peter
Dear Team,
We are using Kendo UI v2022.2.510 our requirement is to display the page numbers in kendo grid in drop down in vertical from.. but as of now it is showing page numbers horizontal line in kendo grid.
Thanks in Advance.
Hi there,
I have a question about timeline view on https://demos.telerik.com/kendo-ui/scheduler/timeline. When I create a series event, the series event before the day will be disappeared by moving or resizing the event of one day among the whole series event.
For example, I create a series event between 2022-07-21 and 2022-07-23. In 2022-07-22 view, I move or resizing the series event , then the event in 2022-07-21 is disappeared . Actually, I want to change the whole series event between 2022-07-21 and 2022-07-23 by changing the event in 2022-07-22.
Would you tell me how to solution this problem?
Thank you so much !