Hello
I know that a DateTimePicker does not exist (yet). I'm trying to create the same experience using a DatePicker and TimePicker. However, the effect is not working as intended.
Please see: https://plnkr.co/edit/o4UnJzoPlMgKJGigiZEN?p=preview
If you click "Add new", input some data and change both the date and time and click "Add". You will see that either the date OR time will be set correctly (depending on which one you changed last), but not both.
The same thing happens when updating a row.
Can someone please help me fix this?
Hi Team,
I created the multiselect dropdown within the form.
I have save button while clicking on that I have to get selected text with comma separated from multiselect dropdown.
Please refer code in below plnkr link, this code contains to get the selected value, here I want how to get selected text?
https://next.plnkr.co/edit/Z1wSsHjhWa9BelfV
Please help me on this.
Thanks.
Is there a way to define a no-record template for a kendo chart similiar to nesting a <ng-template> tag with the kendoGridNoRecordsTemplate directive inside <kendo-grid>?
Thanks!
Hello, I need an autocomplete where i can select multiple values.
Our team has been using the Kendo UI for jQuery for some time and are now looking at Angular. With the release of Angular 6 I see mentions of the Material component library everywhere. So I'm wondering how the Kendo UI for Angular library relates to Angular Material. Are these separate component libraries?
So do I understand correctly, that if using the Kendo UI for Angular library, I can still use a Material theme, but the Material components themselves are different animals, and that the Kendo components are custom Angular components and dont simply wrap the Material components?
I'm currently looking into different ways that I could allow the user's print to pdf give an auto generated file name based on parameters related to the contents of the print which will change based on the query that led them to that point.
I've noticed that there's not much helpful guidance for attempting to modify inline event handlers in Javascript, interpolations cause failure, most advice recommends an attr. prefix which seems to only be relevant to a particular use example, and some people have used escaped quotes but that hasn't worked for me either.
At this point I've decided to bring the PDFExportComponent directly into my component and see if there's anything I can do to pull this into my component and wrap it in my own custom directive.
Do you have any advice on how I can translate the pdf.saveAs() from an inline directive to a component method or function?
Hi Team,
I have a requirement with fixed width (300px) - Treeview with 4 levels.
When I expand fourth level it has the node name with 100 chars maximum. so when size is not fit with tree view width, Node name should be wrapped and display in two lines in the treeview.
Please refer the screen shot, end of 4th level node some text missed
Note : I don't want horizontal scroll bar when it has big text and Node name wrapped proper alignment.
Thanks
Hello,
is there a way to hide the vertical lines in this chart type. I need only this horizontal lines in this chart-type
thanks for your work
Hi,
is it possible to use the kendo ui treeview with angular 2 and drag and drop functionality?
Hi,
I've tried updating the library @progress/kendo-angular-popup to the currently newest version V2.4.0, but it seems to be broken.
When I try to build my Angular-6-App Ahead of Time (AOT), I get the following error a couple of times (once per module):
Module not found: Error: Can't resolve '../../../../node_modules/@progress/kendo-angular-buttons/node_modules/@progress/kendo-angular-popup/dist/es2015/index.ngfactory'
2.3.0 was working fine.
Can anybody confirm this behavior?
All other packages are up-to-date.
The funny thing is, I can ng serve this version and also use it.
The only thing I can't is build AOT.
Thanks & have a good weekend,
Felix