
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.


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
