Hi Team,
I have requirement where we have to show all events in timelineweek view in single view without adding scroll to the page as per attached screenshot.Can you please how we can achieve this compress view in Kendo Scheduler?
Hi,
I'm using the data- attribute setup for a date time picker, and I can't seem to get component type (I'm looking for modern) to work. Might anybody know the correct attribute name?
<input name="start" required="required" style="z-index: inherit;" type="datetime"
data-bind="value:start,invisible:isAllDay"
data-format="M/d/yyyy h:mm tt"
data-component-type="modern"
data-role="datetimepicker" />I have an autocomplete that users may type in long queries into - the problem is that when they type in long queries the ends of the suggestions are cut of with an ellipsis
We want to keep it a single line, but we want the ellipsis to be on the left of the suggestion so the user can see the end of the autocomplete suggestion instead
See attached
Does anyone know of an easy way to do this? I've tried applying text-align:right and various right based attributes to the autocomplete structure but so far it hasn't worked...

Hi,
I'm trying to add kendo mvvm switch to kendo mvvm grid cell,
Please give me a good example to do this on both on mvvm.
Is there a provision to make kendo radio & checkbox controls to take browser default styles?
Upper control has kendo styling & below checkbox has default browser styling, and this will be different for different browsers. Can we make kendo checkbox inherit the browser style.
Is there a way to have the y axis max value be a fixed value on the chart.
I have set the max value to be 100:
{
name: percentAxis,
title: {
text: "%"
},
labels: {
position: 'first'
},
min: 85,
max: 100
}
But when the chart is rendered i get this:
In versions prior to 2021 SP2, multi-day events appeared in the AllDay area. I see that is no longer the case. How do I get back to this behavior which is the one I want, because it allows me to separate the long events from the short ones?
With several events in a day, I no longer see the text on each of them (see image).
Hope I picked the right forum section..
we maintain and program a rather large app using kendo ui and jquery based around c# code..
For a certain task I need to unselect some rows from the selection the user has done previously. But a google search only delivers results on "select grid row programmatically"
The grid in question allows multi-select of entire rows. How can I unselect certain rows based on the content of certain data-fields within said rows?
Thanks in advance

Is there a way to know how many labels will be rendered for an axis? How about the minimum and maximum values of the labels? I'm trying to implement a shortLabels template function and knowing those values would make it much simpler. Right now I've got a hacky way of doing it based on experimentation, but I just came across another set of values that messed it up. If I knew those values starting out, it wouldn't be such a hack.
As an example, attached is picture of three charts, each rendered with a different number of axis labels.