Hi,
we are facing performance issue in IE for scheduler, when we are trying to load data in scheduler , scheduler get load slower in IE 10+ compare to chrome.
Please let us know, is scheduler performance slower in IE compare to chrome?
Thanks.

Hello,
i'm using kendo Grid and kendo poup to show message when cell are invalid
but when i'm in the last row of the grid the popup is not shown because the popup is rendered inside the grid content container
so i was thinking is there a way to render the popup in the body without using the popup service
this is how my template look like :
<ng-template kendoGridEditTemplate
let-dataItem="dataItem"
let-formGroup="formGroup"
let-rowIndex="rowIndex"
*ngIf="column.isEditable">
<span>
<ng-container >
<input #input class="k-textbox" [formControl]="formGroup.get(column.field)" (focusout)="tryCommitEditor()">
<kendo-popup [anchor]="input"
*ngIf="formGroup.get(column.field).invalid"
popupClass="k-widget k-tooltip k-tooltip-validation k-invalid-msg"
>
<span *ngIf="formGroup.get(column.field).errors?.required" class="cell-warning">required</span>
<span *ngIf="formGroup.get(column.field).errors?.minlength" class="cell-warning">min length</span>
<span *ngIf="formGroup.get(column.field).errors?.maxlength" class="cell-warning">max length</span>
</kendo-popup>
</ng-container>
</span>
</ng-template>
can you please help me with this or suggest another approach to do this
Thank you

Hi,
We are using Kendo UI controls for Angular and noticed that when the DOM is very big, some controls (like datepicker) perform poorly in IE11.
Some controls have an API that allows disabling animation but I wonder if there is away to disable animation globally (for example by overriding the animation classes and disabling the transition attributes).
I tried to do this, but the animations still work.
Thanks in advance for any help,
Shai.

Hi All,
We are using Kendo UI v2016.3.1118.We are unable to extend/resize the event in kendo scheduler slot. We have tried resizing, resizeStart and resizeEnd functions but they are not working. We have customized the kendo scheduler so let us know what is the reason that resizing the event is not
working.


Hi
I'm using Export to PDF for my grid. However, the output PDF file shows the Euro sign (i.e., €) as '<' for some reason.
Also, the filter icons in the columns are still shown in PDF output. I think there is no point to show filter icons in PDF output. See this attached pictures.
Regards,
Mojtaba

I've tried a bunch of stuff to make this work and haven't been successful. I have a 10-digit string coming back from the database (e.g. "5554441212") and would like it shown in a grid column as "(555) 444-1212" in the simplest way possible. It doesn't need to be editable -- just displayed cleanly.
I've got a sample runnable (doesn't work fully) in StackBlitz.
https://stackblitz.com/edit/angular-iu5hcl
Any guidance appreciated.
-Erik
Hi,
I am developing an application that dynamically displays Angular components within kendo window and kendo dialog instances created using the kendo window and dialog services. I've encountered an issue whereby a modal style dialog is being shown from a button click on a window but the dialog's z-index value is less than that of the window and hence the dialog is hidden behind the window. The window has to be dragged out of the way to view the dialog. Also the modal overlay does not cover the window.
The following Stackblitz shows the issue.
https://angular-q5yhqw.stackblitz.io
Regards,
Mark

kendo chart is a problem when zooming.
<kendo-chart-value-axis-item> have name is not working auto range
but <kendo-chart-value-axis-item> don't have name working auto range
I find valueAxisRangeTracker have name 'undefined' object is the problem
or I used it wrong.
I want you to tell me the correct usage.
