

I've got a kendo grid with a responsive column set up as described in the docs
I also made a column sticky on the part of the grid that renders when the screen is larger.
I get this console warning because my responsive column does not (and cannot have) an explicit width set:
"Sticky columns feature requires all columns to have set width."

I am using kendo grid to show the data and the data consist of different types of status with colour indication. So i have to show a legend explaining the status colour in the grid.
Do we have an option to show a grid with legend in kendo ?

<kendo-datetimepicker> 
    <custom-time-selector></custom-time-selector>
</kendo-datetimepicker>
I have an open source Angular custom scrollbar library. I wanted to add an integration example with Kendo UI Grid at this page https://www.npmjs.com/package/ngx-scrollbar. but when I tried to add to the demo, it looked bad because of the watermark.
In the stackblitz the grid example doesn't show a watermark. I am wondering if there is a way to display the grid example without it for demonstration purpose.
Thanks,
Hello,
I have come across an issue that I was able to replicate in a stackblitz. When using dynamic columns to display a Kendo Grid's data, specifically when the grid only contains one row, the editTemplate unexpectedly reverts to a standard input field. This behavior does not occur when the grid has multiple rows.
In my example stackblitz below, I have a dropdownlist as the edit template for the column Product Type. Upon clicking it, (sometimes a double click) it turns into a input.
To repeat: 
1) add product type in multi select above grid to display row
2) Click Dropdown
3) Dropdown becomes input
I'd appreciate any help, I've tried a few things like event.preventDefault and other ways to try and stop this behavior, but I cannot figure out a way. Again, it only happens when there is one row.
Thanks in advance!
Kendo UI for Angular Example Application (stackblitz.io)
https://stackblitz.com/edit/angular-ppvmbg?file=src%2Fapp%2Fapp.module.ts
I have a kendo-treelist in Angular
Edit mode has only Number, Text or boolean,
I need to make it custom select instead.
Is there any one who knows how?

Hello!
I'm trying to implement the DialgService as described in the example (Angular Dialogs Dialog Angular Service - Kendo UI for Angular (telerik.com) but I keep getting the following error:
Cannot attach dialog to the page.
Add an element that uses the kendoDialogContainer directive, or set the 'appendTo' property.
Yes, I tried to google for a solution and some answers suggested, to put the 
<div kendoDialogContainer></div>
into my app.component.html but that didn't change anything. Setting the "appendTo" property only resulted in a typescript error.
Does anyone have a suggestion for me on how to fix this error?
Thanks for any help in advance!
Cheers
Joerg