So i have a very specific but important problem regarding the usage of Kendo Editor with Angular-Mentions package.
Basically when i type "@" and the dropdown menu shows i then press the "Enter" key but it only adds a new line in my KendoEditor and it does not select the entry from the dropdown provided by the Angular-Mentions package
Thank you in advance
How can i disable going to new line when Enter is pressed in Kendo editor?
I tried with angular's (keydown.enter) and event.preventDefault() but that doesnt work.
Please respond quickly.
I can't seem to get the event template to display data from the event object, apart from the title. I'm trying to do this with custom properties that I've added to the events object and that does not work. But also, existing properties, such as description, also do not display.
Used the documentation from here:
https://www.telerik.com/kendo-angular-ui/components/scheduler/templates/#toc-all-day-events
So in the example below, description will not display.
Is this a feature or bug?

hi,
How do I display the auto generated percent value as label in the bars?
I have a bar chart with [stack]="{ type: '100%' }". I would like to display the percentage as label in the bar (like in attached pic).
I tried label component but getting the value displayed rather calculated percentage.
Here's the code:
https://stackblitz.com/edit/angular-ivy-n9xwdr?file=src%2Fapp%2Fapp.component.html
When I would like to use icon in button like this:
<button kendoButton icon="gear" class="k-button" [disabled]="someMethod()"></button>everything is ok. I see gear icon into a button.
If I would like to use directive kendoGridAddCommand like below:
<button kendoButton icon="gear" class="k-button" kendoGridAddCommand [disabled]="someMethod()"></button>I see two icons into the button. What is going on? I cannot understand what's adding second icon.
Without directive:
With:
I'm currently testing the kendo editor component. When I run the editor in an isolated project the toolbar works perfectly, but when I run the editor in our project the button-group components don't show any buttons and as it's shown in the attached resources the buttons array seems to be empty, when in the HTML template there is clearly two buttons inside the button group. I have tried re setting the node modules and downgrading some versions but it isn't working still. It's important to note that the issue does not happen when using the normal button-group outside of the toolbar.
<div class="edit-container container-fluid">
<div class="row">
<app-header [wiki]="wiki"></app-header>
<kendo-editor>
<kendo-toolbar>
<kendo-toolbar-buttongroup>
<kendo-toolbar-button kendoEditorBoldButton></kendo-toolbar-button>
<kendo-toolbar-button kendoEditorItalicButton></kendo-toolbar-button>
</kendo-toolbar-buttongroup>
</kendo-toolbar>
</kendo-editor>
</div>
</div>
I have a categorical line chart with multiple series, and I want the crosshair to only display a vertical line and work like a shared tooltip, with markers for all the lines showing up on the crosshair.
I found a picture online that matches what I want exactly (except for having no tooltip/text), and it belongs to Kendo UI for Angular, but the search result just takes me to the main page, so I have no idea how to accomplish this... I've attached the image I found.

Hi,
I have been asked to make a grid inside another grid and I see that Master detail component should work for me. I make another component with the grid as the example.
https://www.telerik.com/kendo-angular-ui/components/grid/master-detail/
I need also the drag & drop between rows from the main grid and also from the master-detail grid.
https://www.telerik.com/kendo-angular-ui/components/knowledge-base/drag-drop-between-grids/
Is it possible to make this functionality with inputs and outputs?
Thanks,