Unplanned
Last Updated: 28 Feb 2020 07:07 by ADMIN
Created by: Katherine
Comments: 1
Category: Editor
Type: Feature Request
1
IT would be nice for the Kendo Editor "Snippet" feature to read its list for a datasource. and also provide events to system when the Snippet selection is changed. 
Completed
Last Updated: 26 Jan 2018 16:47 by ADMIN
Created by: Imported User
Comments: 2
Category: Editor
Type: Feature Request
1
I love that most of the big Kendo Components are now available to use with Vue Wrappers but the Kendo Editor is still not supported. The Kendo Editor is one of the best WYSIWYG editors that I've used but unfortunately I'm not able to take full advantage of it in my current Vue application.
Unplanned
Last Updated: 20 Jan 2020 09:23 by ADMIN
Created by: sreeraj
Comments: 0
Category: Editor
Type: Feature Request
5
For example when we type @ it should autocomplete a certain list of data in the editor
Unplanned
Last Updated: 02 Mar 2020 11:52 by ADMIN
Won't Fix
Last Updated: 02 Mar 2020 12:09 by ADMIN
Created by: Marc
Comments: 2
Category: Editor
Type: Feature Request
1
If the DEL key is pressed at the end of Row 1.1.1

- Row 1
  - Row 1.1
    - Row 1.1.1
- Row 2
- Row 3


then it looks like this (with two slashes -)


- Row 1
  - Row 1.1
    - Row 1.1.1Row 2
- - Row 3

This is the answer from Telerik:
I am afraid the result of the delete key press comes entirely from the browser. You can check out this example here: http://dojo.telerik.com/ejEfu. If you repeat the same steps, you will get the same results. This is how the browser interprets the deletion with del key in this scenario. 
The Kendo Efitor does not somehow interrupt the browser deletion functionality and currently has no control over the content that is deleted and replaced. You could possible suggest a feature request on the topic in the Kendo Feedback channel so that others can vote for your suggestion. The solution of that case would be the deletion commands to be controlled via custom editor commands (something that is not present currently).
Declined
Last Updated: 29 May 2020 11:05 by ADMIN
There are a number of controls missing from the new editor that was not in the old telerik editor. including Add spell check, cut, copy and paste {several options}, undo, redo, new paragraph, horizontal rules, insert time, insert symbol. Anyway to bring those functionalities into  ASP.net core?
Unplanned
Last Updated: 02 Mar 2020 12:12 by ADMIN
Created by: Marc
Comments: 2
Category: Editor
Type: Feature Request
2
In microsoft word it is possible to indent with tab and outdent with shift-tab in lists. Could you implement such keyboard navigation.

Thanks
Unplanned
Last Updated: 28 Jun 2021 06:34 by ADMIN
Created by: Imported User
Comments: 6
Category: Editor
Type: Feature Request
17
Currently CTRL+Z performs an "Undo" and it works well in the editor.  Can we add toolbar buttons for Undo and Redo?
Declined
Last Updated: 29 Mar 2021 07:00 by ADMIN
The current Grid / Editor combo don't work together, making it nearly impossible to use the Editor inside a Grid. It may be possible, but that requires [AllowHtml] atribute on the model, which is a security concern.
More details:
http://www.telerik.com/forums/kendo-editor-in-a-grid-popup-editor
Declined
Last Updated: 02 Mar 2020 12:48 by ADMIN
Would be nice for the Editor content to be centered so it appears professional in Corporate announcements
Unplanned
Last Updated: 02 Mar 2020 12:50 by ADMIN
Kendo UI editor converts every URL pasted or written into an Html link, it might be nice to be able to configure that behavior. By default it can be left as it is, converting the urls into links, but it will be nice to expose an option to disable that behavior.
Unplanned
Last Updated: 02 Mar 2020 12:51 by ADMIN
Created by: Imported User
Comments: 0
Category: Editor
Type: Feature Request
2
In the image browser of the editor, when uploading an image there isn't any loading component which is disturbing for the user since sometimes it can takes several seconds but the user don't knows that upload in really in progress
Completed
Last Updated: 02 Mar 2020 12:53 by ADMIN
With current editor, after you copy table which has merged cells to editor, merged cells are gone, Cells are shifted forward.
Unplanned
Last Updated: 21 Jan 2020 13:12 by ADMIN
Created by: Imported User
Comments: 1
Category: Editor
Type: Feature Request
11
Please add support NewLineMode property like in RadEditor.

I need this behavior:
The last available option of the NewLineMode property is Div which will insert a div (<div> tag) on every carriage return (pressing Enter). In order to insert a <br /> tag in this mode press Shift+Enter .

More info:
http://docs.telerik.com/devtools/aspnet-ajax/controls/editor/managing-content/control-new-line-behavior
Completed
Last Updated: 18 Mar 2021 11:49 by ADMIN
Unplanned
Last Updated: 21 Jan 2020 13:08 by ADMIN
Created by: Imported User
Comments: 0
Category: Editor
Type: Feature Request
7
The Editor is currently very reliant on inline styles. Inline styles can be used for XSS attacks, and per the OWASP guidelines they should be sanitized: https://www.owasp.org/index.php/XSS_(Cross_Site_Scripting)_Prevention_Cheat_Sheet#RULE_.234_-_CSS_Escape_And_Strictly_Validate_Before_Inserting_Untrusted_Data_into_HTML_Style_Property_Values

This is not easy to do "after the fact", as it needs to be two way.

Suggest that the editor can be customized similar to TinyMCE (https://www.tinymce.com/docs/configure/content-formatting/#exampleofusageoftheformatsoption) to allow classes rather than inline styles.
Completed
Last Updated: 22 Nov 2019 08:48 by ADMIN
Created by: Joe
Comments: 9
Category: Editor
Type: Feature Request
28
Support merging of table cells. For example, the ability to merge a header row on a table into 1 cell that does a colspan.
Completed
Last Updated: 22 Jan 2020 09:49 by ADMIN
ADMIN
Created by: Sherman
Comments: 2
Category: Editor
Type: Feature Request
1
Being a Telerik Evangelist & Sales Engineer, I do constantly development with Kendo UI. And I just thought it will be good to put this idea out here, so everyone whose also using the Editor control can also vote or comment on this feedback.

I've done research on the API documentation and also looking at the demo samples. If any of you have noticed, the "Folder" item in our ImageBrowser shows a tiny grey square which doesn't look very nice.

I was thinking, perhaps it will be good for us to have the option to configure the image we want to use for our folders/directories.
Declined
Last Updated: 07 May 2021 07:14 by ADMIN
Created by: Andrew
Comments: 5
Category: Editor
Type: Feature Request
5
It would be extremely nice if the "Insert Video" was added to the Editor. I know there are "hacks" and workarounds that make this possible, but it just doesn't have the right feeling to it. The editor in WordPress gives plenty more options to insert a video, and it's easier to use than the hacks/workarounds.