Hello,
Is there a way to change table/cells width in KendoEditor other than typing spaces or editing HTML source directly ?
Ideally with a mouse dragging, similar to what TinyMCE Editor offers.
Thank you,
--
Leonid.

Hello Team,
I am using line type stock chart for multiple series where I have dates like: "01-Jan-2021", "04-Jan-2021" and so on. I am using new Date() to parse the dates to Kendo acceptable format. Chart is rendering but dates are wrong on the X axis labels as well as tooltip. Data set contains multiple attributes along with date starting from "01-Jan-2021" but in the chart it is starting from "27-Dec-2020" that is incorrect and it is happening for all next data points. All data points showing incorrect date. I have tried to change date format by using getTime() method (referring Kendo API Data) but no luck. When I change the date range by using navigator it shows me correct start and end date in information popup which appears for few seconds but x axis labels are incorrect.
Could you please help me to understand what I am doing wrong here.
Thanks in advance.
Regards,
Deepesh
Hi, i want to make a link on the row, when the user see the grid he can click on the row wich is a link.
Thank you
<divclass="grid-collaborateur">
Hi,
I was wondering if it is possible to default the AM/PM designator programmatically, without having to set an actual time value to the time picker?
The min property does work, however it does not seem to synchronise with the AM/PM designator on the actual input field.
For example, if I've set the min to be 1:00PM, then the list actually does not have the AM available - which is correct. However, the input field still has "hh:mm am" displaying.
I suppose one other way could be to change the dayPeriod placeholder text from AM to PM, if that is at all possible using the currently existing API.

Hi,
Could i use Kendo component with RxJs7 and Typescript 4.4 in Angular13 ?
Regards
I am using autoFocusedElement to set focus to the first input on a dialog as described at https://www.telerik.com/kendo-angular-ui/components/dialogs/dialog/initial-focus/. When that input is wrapped in a floating label, it appears to work, but it produces the following error in the console:
<div class="example-wrapper">
<button kendoButton *ngIf="!opened" (click)="open()">Open dialog</button>
<kendo-dialog *ngIf="opened"
autoFocusedElement="#username"
title="Please confirm"
(close)="close('cancel')"
[minWidth]="250"
[width]="450"
>
<div style="margin: 30px; text-align: center;">
<p>Enter your username below</p>
<kendo-floatinglabel text="User Name">
<input kendoTextBox id="username" placeholder="Your username" style="width: 200px"/>
</kendo-floatinglabel>
</div>
<kendo-dialog-actions>
<button kendoButton (click)="close('no')">No</button>
<button kendoButton (click)="close('yes')" primary="true">Yes</button>
</kendo-dialog-actions>
</kendo-dialog>
</div>
Hi Team,
I am trying to use shared tooltip in stock chart but it is not working as expected. However it is working fine with line chart. Can anyone help me on this?
Thanks in advance.

I'm having six tabs and in all six tabs, I'm having a kendo-grid table. when I load the component it's becoming too slow(40 seconds) when working with 500 records. and I'm loading data from API(Backend) and data comes from the backend very quickly(1 second) and pagination is enabled.
I have even implemented virtual scrolling but didn't help me.
[skip]="state.skip"[height]="700"(dataStateChange)="dataStateChange($event)"(pageChange)="pageChange($event)">
}

Hi,
We use editable grids with multiple selection that sometimes have a page size of 500 or larger. In this case, when selecting another row when one or more rows are already selected, it takes few seconds to execute the operation. Is there anything that can be done to make this work faster?
Thanks,
Iuliana

hello,
I have been searching myself silly on how to change just 1 label in an axis.I have searched for hours on how to do this, but can not find it.
For instance : I have a x-axis that has every month of the year. But I want to change the color of the current month.
As far as i can tell, I have to do something with the axisLabelVisualArgs, but for the life of me, I can't figure out how I can change a text's color dependant on a condition.
This is the result I want to get :