How can I adjust the background colour display on column charts to match the behaviour of line charts, where the colour spans the entire width of the value? Currently, the background colour on column charts only covers the width of the column itself. Is there a way to extend it to cover the full width of the value, similar to line charts?
Line chart
Column chart

Hi,
if the grid is loading the data, I would like to show the loading template, and if filtering the data, and there is no data, then the no record template. The issue is, that it seems, that if I set up the loading template, also the no record template is showing while loading.
How to avoid that?
Hi, I'm trying to create a multi-select item that will have the outside look & behavior of a simple dropdown-list, including using icon of my choosing for the down arrow.
But I'm having trouble locating the icon, I've tried using plain css and play with the positions of the items, but then the icon doesn't stick to the corner of the multi-select wrapper..
Would like some help, I feel like maybe I'm doing it all wrong.
Here is my code:
https://stackblitz.com/edit/angular-kendo-multi-dropdown-look
Hi
In my project my sparklines became unreadable after we started switching to the fluent theme.
I noticed I can reproduce this on the example page too.
telerik.com/kendo-angular-ui/components/charts/examples/sparkline/basic/?theme=fluent-main&themeVersion=8.0.1
Q. is there a quick fix, perhaps setting a scss variable to ensure minimum width, or a minimum size in the div container to force this.
Also, there seems to be an unwanted 3px grey border around all charts when using the fluent theme.
Hello,
i have a tree-view and i need the row fullsize. Look at the pictures. How can i do that? picture "aktuell" is the current layout and picture "ziel" is the goal.
Best regards Nico

Hi,
I forked this code sample based on your group aggregates sample. I added the capability to edit name and price. The question is, how should I modify the code, that if I edit the price, then after editing the group aggregates also updates?
Thanks.

Regardless of whether I set iframe = true or false, or switch my ViewEncapsulation strategy I cannot generate html from the editor which contains borders around table cells. This means that table content is rendered with just whitespace around it.
Is this a bug? How can I apply table css and have it appear in the editor's html output?
Hi,
I set up a panelbar with collections:
<kendo-panelbar [items]="menuItems"> </kendo-panelbar>I searched the forum and as for now, unfortunatelly, there is no way to use our svg icons from the assets
folder.
Instead I had to define it in a ts file with the appr. interface and use it from there. Which is in case of many
icons a bit cumbersome.
For our rescue there is also the kendoPanelBarItemTitle. I saw the example, but it shows,
how to use the template, if we declare the items in the html file. So the question is, can I use
somehow the title template to show some span elements in the title with the collection approach?