Hi,
I'm using Kendo-UI with Angular 5 and I can't figure how to implement two things :
1. How to force focus on a Kendo-UI input element (dropDownList, TextBox, ...) which is in a kendo-window component ? I see no documentation about this. I've read that I may have to wait for the window component to trigger the activate method but such method doesn't exist in the angular version.
2. In the grid component, how can I activate the navigation with the arrow key ? More precisely, in single selection mode, I would like the selected row to change when I press the arrow key down or up. Is this possible ? Is this possible even if I use pagination with [data] being an observable of GridDataResult ?
Thank you in advance for your help.
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.