My website has a dark theme so the chart has a black background with white text, but when it's exported to PDF the background color should be white and the text color should be black. How do you set the colors of the chart to be different for when it's being exported to PDF?
Thanks,
Rob
I'm trying to export an entire page with the Kendo Angular PDF, this works fine except when I add a Kendo Angular Grid on to the page. I'm seeing issues where rows are missing and there is extra blank space on some of the pages.
Here is a sample with the behavior. https://stackblitz.com/edit/angular-qkj4p7 Notice that it skips from id 11 to 19 between the first and second page and that there is a large margin at the bottom of the pages.
It seems like part of the issue is that it picks where to do page breaks based upon the current DOM, instead of the copied DOM after the k-pdf-export style has been applied. Is there a way to get the grid to work properly with the pdf component?
Hi,
Is there any way to achieve this drag and drop cells in angular grid?
Thanks
Hi there,
I'm looking to display different data than the one initialized in my panelbar and panelbar-items in the constructor. I'm getting my data programmatically and would like to change the data the same way.
The request will come from a global switch that sets a few global flags. Actually I will be switching the data in the panelbar back and forth, there is only data A and data B.
Thanks in advanced,
Carla
Is there a possibility to mark the filter line in the grid column menu as active?
The menu button itself is marked with .k-state-active, but the popup itself or the filter line is not. So the elements are not reachable with CSS.
Is there any solution to reach the element?
Thanks for your help and best regards,
Andi
Hi I am working on Kendo and I am using
https://www.telerik.com/kendo-angular-ui/components/dropdowns/autocomplete/
Whenever we will search something and try to scroll , drop-down closes automatically. It is not happening all the time but once it happen (all dropdowns will not work) I need to reload the browser then again it will work.
The exact same issue , I found for material ui can be check for more understanding
https://github.com/Dogfalo/materialize/issues/901
How I can resolve the issue ? Any help will be useful ...
Thanks
In the docs there's text next to the name of every field of a class/component/etc. describing its type. The thing is this text is white (#ffffff) on a white (#fff) background effectively hiding it if it's not highlighted.
This actually cost me quite some time because I wasn't aware I was able to pass a function instead of a string for a specific field through which I was able to solve the problem at hand.
Here's an example: https://www.telerik.com/kendo-angular-ui/components/dataquery/api/FilterDescriptor/, I've also included screenshots of what I'm seeing.