Hello,
I'm trying to create chart with kendo ui for angular, And I didn't find how to create a linear gradient color (linear-gradient(#85bdff, #2d74ff)) for my chart, I found only for jquery.
Is it possible to do that?
https://stackblitz.com/edit/tv7sz4--run?file=app/app.component.ts
Hi,
how can I add a filter on the first example in this page https://www.telerik.com/kendo-angular-ui/components/treelist/data-binding/remote-data/ ?
Thanks
Francesco
Hello Team,
I have furnishing treeview in one componet and maintainance treeview in other componet.
I want to drag and drop element form Maintaiance treeview to furnishing.
But it is not working.
code sample:
https://stackblitz.com/edit/angular-oa3rmq?file=app/app.component.ts
Please let me know how to acheive this.
thank you
Multi checker component as per this https://www.telerik.com/kendo-angular-ui/components/grid/filtering/reusable-filter/ is not working as expected. The element is not getting selected if the list of items are more but on selecting again its getting checked. Can you please check and let us know how to solve this
I have encountered an error while using filtering with DropDownTree. I am currently using kendo-angular-dropdowns 5.5.1 in my project, but I have reproduced this error with 6.0.2. Here are the conditions:
https://angular-e7ahkr.stackblitz.io:
I have built and deploy the kendo angular slider pages in Google app engine
It appeared to be that the tips are not appeared properly.
The one in the app engine service is, the button and the ticks are not appearing properly.
In the local development, it does look perfectly working well.
The code snippet for the small slider is (no fancy) selectedYear is number and assign the value 1.
Do you have any idea?
I tried and changed a lot of things like all css import, kendo slider module import and so on.
No luck yet.
Best Regards,
Than
Hi,
I use a DropDownTreeComponent with object binding to enable the user to set a property of a business object. The user can navigate through multiple business objects and the DownDownTree is updated according to the current business object.
Everything works fine, until the user updates a business object by selecting a value from tree. After the user interaction, the DropDownTreeComponent is no longer updated, when the user selects another business object - the [value] is updated but the component does not respond.
Is there a fix or a workaround?
Best regards,
Thomas
Hi,
I have a MultiSelect which has default values set. User should not deselect these default values. itemDisabled only disables the items in the selection list but not tag list. removeTag event can be used to prevent tag item from being removed. But the default tag items still showing as normal tags, just nothing happens when clicking it. This is confusing users. Is there any way I can set a tag item to "disabled" so user can tell it's not clickable from UI directly. Or other suggestions?
Thanks in advance,
Randy
Hello,
I am trying kendo angular and so far it's a great product.
I would like to do a sidebar like on the image bellow, that follow user scrolling :
Do you know how I can achieve this ? Do you have a any component for ?