Hello.
Can you help me how to change date format (Axis X) here: https://plnkr.co/edit/EPwdv2nEPtaqlwbzrGqB?p=preview ?
Format: DD/MM/YYYY.
Thanks.
Regards.
One of the column in the Grid has date value 2018-05-03 , when I do filter and specify date = 2018-05-03, it send 5/3/2018 12:00:00 AM to the server.
Question:
1. How to prevent sending 12:00:00 AM, or how to exclude the timestamp?
2. during filter, how do I change the date format to year-month-day, instead of month/day/year
Thanks,
Bryian Tan
Hello everybody, I'm actually on internship and during my internship I have to use Kendo UI for Angular. However, I follow the instruction of the get started page and the result are a blank page. Can you help me please.
Ps: Sorry for my english I'm french
I'm working on a screen where the user will create a record and in the end will add a file to upload.
To resolve this, I disabled the automatic upload and placed the upload on another button (which will be used to save the data and upload).
To do this upload I need the ID, result of the insert, so I do the insert and then I upload using the ID created.
However, when I try to upload through the "xxx" function the list of files to upload is empty.
Follow my code.
<
kendo-upload
#ParentUploadComp
[saveUrl]="URL_ParentUpload"
[autoUpload]="false"
[restrictions]="UploadImageRestrictions"
[multiple]="false"
[removeUrl]="uploadRemoveUrl"
[(ngModel)]="ImageParentFiles">
</
kendo-upload
>
@ViewChild('ParentUploadComp') ParentUploadCompRef: any;
ImageParentFiles: Array<
FileInfo
> = [];
this.ParentUploadCompRef.uploadFiles();
When I use the above code, the variable "ImageParentFiles" is coming null, and is not uploaded.
Anyone have any suggestions?
Hi team telerik,
is it possible and if yes could you please provide a plunker how to change selected PanelBarItem in PanelBar after user clicks a button. I've tried to do it via binding selected and expanded properties of PanelBarItem, but this does not fire stateChange event of PanelBar.
Best regards
Michał
I have a kendo-dropdown with the following template defined in it
<ng-template kendoComboBoxItemTemplate let-dataItem>
<div [class]="dataItem?.cssClass" >{{ dataItem?.title }}</div>
</ng-template>
When i view the dropdown in the UI the value is displayed using the default value display. If i modify the tags
and use a kendo-combobox my template is rendered correctly. Are there any known issues with templates in
"@progress/kendo-angular-dropdowns": "^2.1.0",
THanks
Hello,
just a simple question - besides some components such as Grid that are not supported by Angular Material UI - is it even worth it to have Kendo UI and not native Angular components?