Hello
I'm looking at the kendo demo on Adding and Removing Tiles.
I would like some confirmation...
When I remove an item (splice it) from main items, I have to reorder the containers from 0 to remaining items.
That seems to work fine....HOWEVER
It appears the demo wants me to recreate every widget in the tile....really?
I have toolbars and grids and charts in my tiles. It appears by using the setOptions on the containers...I am losing all this previously configured information and I now have to make countless calls out to the server again.
Why would a setoption clear all the toolbars, grids, and charts?
Hello,
I looked in this forum for hints on how to export a grid that contains a hierarchical report data into PDF so the report can be printed. But I have not ran into any definitive information on the topic. I have seen some limitations. Can this be done? I tried to research the reporting capabilities of Progress but its seems that the reporting function is a .Net solution and there is not a solution for other platforms like Nodejs.
So my question is twofold:
1. How can I export hierarchical data into PDF?
2. If that is not doable, is there a non .Net reporting solution for platforms like Nodejs.
Would appreciate any pearl of wisdom I can garner from this august body.
Hi,
i use
kendo.common-bootstrap.min.css kendo.default-v2.min.css (for k-icon k-i-gear k-icon-xl) kendo.highcontrast.min.css
now Scheduler Background color and text color of days in a week and alldays are white
also this problem exist in following themes
Highcontrast,Black,MetroBlack,Moonlight
thank you
It seems something is restricting the vertical resizing of bottom containers. Horizontal resizing works, but vertical resizing is prevented from increasing size. Is there a fix or workaround for this?
This is evident on the demo in case samples are requested.
I could not figure out how to localize filter message which is "0 selected items". I check for the documentary doc
but could not applied it into my code. Would glad if I could get a help
Hello Team,
I am using one kendo dropdown control inside a form. While submitting the form value is properly binding. But when I am opening an existing form for editing, kendo dropdown is not showing the value which it is fetching from database.
In side view dropdown control---
<input id="AssignedTo" class="form-control" style="width: 250px;" />
<script type="text/javascript">
$(document).ready(function () {
$("#AssignedTo").kendoDropDownList({
autoBind: false,
filter: "contains",
dataTextField: "FullName",
dataValueField: "StaffID",
optionLabel: "Search by first or last name",
dataSource: {
serverFiltering: true,
pageSize: 80,
transport: {
read: {
url: "/Test/Staff/Search"
}
}
},
value: '@Model.StaffID'
});
})
So what is happening right now, when I am editing the form, the dropdown show "Search by First or last name", but when we expand the options, the expected option is already selected but the dropdown text is not set.
Attached the screenshots of the control.
Please provide solution to display the selected value when the form gets loaded.
Thanks
Amrendra
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!