Hi,
I'm using vertical grouping in scheduler. One of my requirement involves giving color to the events created and each consecutive events color should be different.
Also right now I have a list of color i need to map each color to the room color accordingly
I have a page with two grids. I would like to add a separate export button that combines both grids into one download.
How could this be achieved ?
Thanks,
Richard
Our team recently replaced all of our standard alerts, prompts, and confirm dialog boxes with Kendo.alert/confirm/prompt. After further inspection, it appears that the line executing the alert/confirm/prompt fires at random times after the line has been hit. This is not how a JavaScript alert/confirm/prompt box typically operates, and I expected that the Kendo dialogs would perform in the same manner. (A JavaScript alert/confirm/prompt box will pause execution until that specific alert has been completed.)
I've attached an example using the Kendo and JavaScript version to display the differences.
https://dojo.telerik.com/@45f672e3-cd24-4082-98bd-05c921b19513/OHUVoDAW
Thanks!

Hi all,
I have one question. Is it possible for current Kendo UI framework to generate scatter and step line chart in one plot area?
Thank you,
High
we would like to add qr codes to our information boards to link to additional language versions of the information. Now it would be nice if we could add a text to the pdf exported from the qr code widget to indicate the language it links to.
Is there a way to inject a line of text e.g. below the qr code?
Regards
Alex
I'm having some weird issues with the DropDownList control.
I face a problem that with large data set, when first open/show, it will freeze the browser.
I tried virtualization, but not working properly for me condition.
My dataSource is added dynamically during runtime.
Please advice if there is any other solution/hack.
Thanks.
Hi
In the latest release 2018.1.221 the behaviour of disabled image only toolbar buttons seems to have changed? Previously they were grayed out and now they are not...
If I add text to the button this does get grayed out but not the image.
I have attached two .png files toolbar1.png showing previous behaviour and toolbar2.png showing current behaviour .....
Any suggestions on how to get the images to show as disabled?
Thanks
James

My upload control creates in angularJS controller as following:
_createUploader(inputName, initialFiles, asyncSettings, onCompleteHandler){ return $('#' + inputName).kendoUpload({ async: asyncSettings, complete: onCompleteHandler, files: initialFiles })}
But there are some buttons, which I want to hide or show (upload and pause)
https://snag.gy/uNVepn.jpg
https://snag.gy/AkRuzj.jpg
How I can control visibility of these buttons

Hi,
I'm trying to implement a custom date skip button on footer of the scheduler.
My requirement is something like this (the below image "required_skip_button.png").
What I need next is a button with single arrow which skips only one day per click . The current button which is implemented by default in the scheduler skips the number of days which is already displayed in my case it skips 7 days and also the that double arrow button implementation is affecting event arrows also is there way to avoid this also?
Is there a way to implement this functionality?
I have a Working example