Is it possible to use the Kendo UI QrCode for asp.net core (https://demos.telerik.com/aspnet-core/qrcode/index) in Angular ?
we really need a QrCode Generator in our website using Kendo UI for Angular.
Thanks.
Are there any variables to use to show the date value?
Hello,
I am generating combo boxes in my panelbar items programatically. I have 9 panelbar items in my panelbar, each with a title and two combo boxes.
I've been noticing that some of the combo boxes do not display any value and the down arrow is not there either. When I open and close a certain panelbar item, it causes the values to appear in another item's combo box. I know I'm providing values to display so I'm not sure what is going on.
When I jump to the corresponding panelbar item from another page, the combobox has the values, but then when I close it and open again, the values are gone.
Also, I see this problem only in some panelbar items and they are always the same ones.
Please help me identify the problem here.
Thanks,
Carla
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.