I want to achieve the following output for Scheduler monthly view:
- Do not display individual event marks on day cells (I want day number to stay)
- Instead that display event count for that day (e.g. 150, 35)
- Change background color of grid cell based on the number of events per that day (e.g. green for < 30, yellow for > 30 and < 100 and red for > 100)
Does anyone know any example with above functionality - custom month view? Any tips?
Hi,
I would like to remove "Never" and "Yearly" from the recurrenceRule(Repeat) DropDown options.
How can i do that?
(I"m using angularJS)
Thanks,
Ido
I have an MVC page that is displaying certain data via a series of observable variables (or actually properties since it's an viewModel object). All simple stuff as it relates to MVVM really. Everything works really well. Change the value of the variable, and the data in the appropriate spans within the page updates automagically. Love it.
However, now I'm adding a Kendo Window, initially not visible when the page loads. When the user presses a button, I want the window to open with a form for editing the data. I've added the appropriate html inputs, and also added the data binding on the control to the same MVVM variables used to display on the page, but when I open the dialog, the data isn't populated with the MVVM variables that are otherwise displaying a-ok on the screen.
Sure, upon the opening of the window, I could use jQuery to populate the form, but I wanted to use the bound MVVM variables.
So is there a trick to this? I'm no stranger to the concept of MVVM having used Knockout for a long while before switching to the Telerik MVVM. I've been using it for close to a year, but always just to display data updates on a screen via an ajax call. (after an AJAX call, setting the appropriate viewModel properties, and they update on the bound spans within the page).
On the documentation of the "close" event, you say that the the event is raised AFTER the animation is over.
"// the closing animation has finished"
So, it's too late to stop it.
But, in fact, it occurs "before", and we can call e.preventDefault(), to abort it.
https://docs.telerik.com/kendo-ui/api/javascript/ui/window/events/close
Hey guys!
I have little to no experience with Kendo Charts, but have been assigned with the task, to create something like the attached image.
It has to live in an Angular application.
I am hoping some of you have some starter tips for me.
My primary concern revolves around creating the green/yellow/red areas.
The attached image is in my opinion pretty self explanatory, but if you have any questions, im happy to answer :)
Thank you in advance for any answers, I really appreciate your help!
Hello,
How can i do to export to PDF in angular 4 ?
I didn't find the documentation.
Thank you!
Hi kendo team,
Is there an event that I can listen to for resize column width, like how grid do? I want to remember the spreadsheet column width for user preferences, so on page reload, column will have same width.
The only event I find that's close is the render event. However, it's fired way too frequently. Any suggestion for work-around?
Best,
Anna