We're currently running a mixed environment with both Kendo for Jquery and Kendo for Angular. I'm currently trying to implement a DropDownList and continually get the attached error when attempting to open the dropdown. We have ran into some other issues related to the Kendo for Angular controls attempting to use the Kendo for Jquery css but have found a workaround for that at the moment. Could this be css related or is there something else that we need to be looking at?
Thanks in advance.
Hello,
this post is actually one part a question about the rationale behind the design of the allday option, and one part a question about how to work with this behavior or how to override it.
To understand what I am talking about, consider following scenario:
Open the calendar in the regular month view. Already present in the view is an allday event on, let's say, the 19th. Then create a new event on the 19th without the allday option. Both events take up one day slot now. Continue resizing both events to also span the 20th day slot. The allday event will get the end date 20th and the non-allday event will have the end date 21th.
I know this is because the end time is set to 21th 12:00 AM. My question is why non-allday end dates are exclusive while allday end dates are inclusive? This gets really confusing when working with views where time information is unimportant, like the month view or the allday section of the week view.
We have use cases where the time information is completely unimportant for the task that involves the scheduler, and in these scenarios the users struggle to understand why it works in one way sometimes and some other times it works in another way. The problem arises because the data that is interacted with actually have time information, only that is not of concern for the user in the interactions in question.
If this really is the intended behavior, is there a way to override this behavior? I think a solution to our scenarios would be to treat both end dates in an inclusive manner, like this: non-allday event end at 20th 23:59 on resize, allday event just end at 20th.
Thankful for any kind of help.
Best regards
Hi team,
I'm very new to the spreadsheet widget. I'm trying to format a sheet column to form a hierarchy like look. Is it possible to format the cell text with different indentation (without resorting to spaces like below), and color part of them with different color? (see attachment)
where [O] represents an icon which I want to color brown while keeping rest of text as black
Hello,
after upgrading to the most recent Kendo UI version 2017.2.621, with defined template no longer respond to click - they do not show check mark they fire any events.
You can replicate mentioned behavior in here https://dojo.telerik.com/Uguniw/2 (this is the example code from this page http://docs.telerik.com/kendo-ui/controls/navigation/treeview/how-to/AngularJS/customize-treeview-checkbox-template)
To fix the issue temporarily and verify that it is indeed caused by the upgrading of Kendo, you can lower the included version in the upper left corner to '2017 R1 SP1' and see that the checkboxes will start working again.
Could you help me with this issue?
Best regards,
Patrik

Starting with the sample in Demo section and change the autoUpload flag to false, dojo here : http://dojo.telerik.com/uXIxo/2
i can reproduce my issues.
Step 1) Add many files
Step 2) Try to remove the first one (with the X icon)
Step 3) See the Console, upload handler is called and JS Exceptions are thrown.
At that point its not working anymore, need a full refresh.
Tested in : IE Edge, Chrome and FireFox.
Does anyone experience the same issues?
Thank you
Hi folks,
The spreadsheet option defaultCellStyle, http://docs.telerik.com/kendo-ui/api/javascript/ui/spreadsheet#configuration-defaultCellStyle
It doesn't work at all. See demo: http://dojo.telerik.com/UYuqOy/3
Best,
Anna

I am working on a basic chart example and any accented character (e.g. é) appears fine in the dojo split screen, but are messed up in full screen.
A most basic example is here http://dojo.telerik.com/OsEwA
Run and then view the full screen version (https://runner.telerik.io/fullscreen/OsEwA)
Could you please advise if a workaround exists?
Thanks

Is it possible to call a Javascript with parameters when the user presses a button in the toolbar?
I can use the .Click() and the javascript is called but I can't figure out how to pass the parameters?
I als tried.....
.Items(items =>
{
items.Add().Type(CommandType.Button).Text(Model.ToolbarSettings.NewButton.Text).Icon("plus")
.Hidden(!Model.ToolbarSettings.NewButton.IsVisible).Enable(Model.ToolbarSettings.NewButton.IsEnabled)
.HtmlAttributes(new { type ="button", Id = "aa" })
.Click("onClick")
But how can I read the Id value in the javascript?
I want pass two parameters to the script (action/controller)......

How can I add a set filter to on grid? it is available in jQuery version.
