Hello,
How can I export an html to PDF and open it in another tab or new browser? I'm trying to use the PDFExport Component but that seems to be working only to save the pdf file into the user's system.
Hello ,
Kindly Have issue with stacked bar when try to draw two items in chart with specified with as the below
</kendo-chart-series>
the width of the first element is less than the second element as the below screen
Can Anyone help on that ?
Hello,
I have encountered an issue when I manipulate the array which I use for [nodes] in my kendo-treeview. When a new item is added to the array, or an old one is updated, they simply disappear from view. Since I knew that the array contained the new/updated item I eventually realized that it was in fact still being rendered in the HTML, just with the added "k-hidden" property - thus not being visible.
I'm yet to figure out a good solution to this problem. I could in theory use ::ng-deep to disable the default behaviour of .k-hidden in the component, but then I can no longer use the filtering function as it relies upon being able to use k-hidden.
How come the newly added or updated items in my array get the "k-hidden" property in the first place though? Here's an example of the code:
<kendo-treeview
[nodes]="dataService.tables"
[filterable]="true"
[expandOnFilter]="{expandedOnClear: 'initial'}"
[textField]="['tableName', 'tableColumnName']"
kendoTreeViewExpandable
kendoTreeViewSelectable
kendoTreeViewHierarchyBinding
(selectionChange)="onTableClick($event)"
childrenField="tableColumns">
</kendo-treeview>
With dataService.tables being a simple "Array<Table>" which I occasionally push new objects to. (when I say update I mean replace the old item in the array with a new one, not simply changing fields on the item in the array)
Here you can see the difference between the elements as viewed through the browser console:
Apologies if this question has already been answered, or if I'm glossing over something obvious. I did some research but couldn't find anything.
Hello Kendo community!
I hope you're all doing well. I'm currently working with the Kendo Angular Scheduler, and I have a question regarding the "isAllDay" flag in the SchedulerEvent object.
I've been trying to set the "isAllDay" property to false for certain events to indicate that they are not all-day events. However, I've noticed that this property seems to be getting overwritten or not behaving as expected.
Despite explicitly setting "isAllDay" to false, I'm encountering issues where it appears to be overridden each time the event is longer than 24h.
I've reviewed the documentation, but I couldn't find a solution. Has anyone else experienced a similar issue, or is there something I might be missing in my configuration?
Any help or insights would be greatly appreciated. Thank you in advance for your assistance!
Best regards,
Damian
Why Kendo UI Angular combobox or dropdownlist items are displaying horizontally?
here is my code:
I noticed that when using the kendo-pdf-export wrapper if I had elements using linear-gradient for background, it would not export the background.
For example I had some elements that where using a hashing background.
I am using the kendo tabstrip with several tab items. But it is not possible to use touch and drag to scroll vertically on mobile devices ?
There is only an option for mouse scroll, which does not work smoothly in general.
I have tested the examples here https://www.telerik.com/kendo-angular-ui/components/layout/tabstrip/scrollable/ and when I try to use the mouse scroll it is not working perfectly.