Hi Support,
I want imageBrowser have a options to set allow Multiple upload images. I was try set multiple = true in upoad controls in imageBrowser but It's not working well.
Currently we do not have Find and Replace dialog for editor. Telerik Editor has it. Our client need similar feature.
When I resize the window I get so now and then the above issue. Please add a check whether "window" is undefined or not. It is at line number 70738 in de kendo.all.js of version 2018.2.620
When the Kendo editor is compiled, the toolbar is placed in a <td> tag. I suggest changing this to a <th> tag to allow the consumer to use the css attribute position: sticky. Sticky positioning does not work on <td>. This is a low-hanging fruit and will greatly improve usability.
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.
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.
For example when we type @ it should autocomplete a certain list of data in the editor
when user inputs the editor should grow downwards as of inline-editor.
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).
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?
In microsoft word it is possible to indent with tab and outdent with shift-tab in lists. Could you implement such keyboard navigation. Thanks
Currently CTRL+Z performs an "Undo" and it works well in the editor. Can we add toolbar buttons for Undo and Redo?
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
Would be nice for the Editor content to be centered so it appears professional in Corporate announcements
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.
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
With current editor, after you copy table which has merged cells to editor, merged cells are gone, Cells are shifted forward.
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