Hi,
I need to display an image into Kendo Grid, and I have the path for images located in the hard-drive (not in assets folder).
How to do this?
Hi,
I am using the Kendo UI grid for Angular and am using server-side paging. My code is paging through and retreiveing the data correctly (I have a method bound to the pageChange event on the grid) but the page number/button is not being updated (even thought I'm on page two, the button still say page one).
How can I get the buttons to update correctly WITHOUT using the MVC extensions (I don't want to have an dependencies on the back end for this, it should have no idea I'm using Kendo at all).
Thanks,
James
Hello, is it possible to customize message sending area in chat component.
I would like to allow users to attach files to message
Just started getting this in the latest update.
WARNING in ./node_modules/@progress/kendo-angular-inputs/dist/es/slider/slider.component.js
338:13-32 "export 'isDocumentAvailable' was not found in './utils'
Why the date-picker always empty? I tried to set the value from the typescript various way, but it always end up empty. What the right way to do it?
.ts
birthDate: new FormControl(new Date('Wed May 16 2018 00:00:00 GMT-0400')),
birthDate: new FormControl(new Date(2000, 10, 10)),
birthDate: new Date(2000, 10, 10),
.html
<kendo-datepicker formControlName="birthDate"
required></kendo-datepicker>
Thanks,
Bryian Tan
Hi Team,
I created the multilevel treeview using below link.
https://www.telerik.com/kendo-angular-ui/components/treeview/checkboxes/
I have requirement to search the node in the tree view till lower level node and highlight that searched node.
search should match with full text.
Please refer the attached screen shot.
I need a filter for a TreeView. A button with a textbox filter or someting like: http://dojo.telerik.com/oKIVo/29.
Question: Exist something similar for angular?
Thanks.
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.
