Declined
Last Updated: 24 Jan 2025 13:06 by ADMIN
Thanks for the due diligence.  I can see how this could be used as a solution but it's effectively a bit of a bodge.  The user loses the essential ability for pagination and editable/non-editable areas (amongst a whole host of other features).  In a document management solution, these are fairly essential.  The key for me is to allow users to edit documents that they are familiar with.  I worked with WOPI for two months before throwing the entire work effort out the window.

I enjoy working with Kendo products and have been doing so for over ten years although I have never liked your approach to responsive design - I think this is a hangover from selecting a different container model to Bootstrap (I seem to remember this from a long time ago).  To this end, I was hoping that your Angular component set might be written from the bottom up with a different design approach but it appears not. Anyway, I diverge.

Bringing the Docx document into the editor would be a great option if it displayed it as a page with editable regions and pagination.  As far as I can see Syncfusion is well behind Progress in terms of the overall offering and support but in this one component they are well ahead.  Their approach is to mirror the OpenXML format of Word with their own .sfdt format and deliver that to be edited inside a component which is obviously a variation of their own editor.  That's the way forward for Progress, along with a big marketing message to the developer community saying "Your WOPI woes are over....".  I personally deliver these documents from blob storage and mirror the results on my customers' local file server with a simple Powershell command, that way they have a local copy of all the document collection as a backup for disaster recovery.

It's a learning curve with Syncfusion, one which I didn't want to have to undertake.  But that's the way I have to go whilst Progress has no document editor.  Strange really when you are so close with your editor and WordsProcessor library and offer a spreadsheet in almost every flavor.  WOPI's a real pain and impossible to implement and a document editor would really shake things up...

In my humble opinion.
Unplanned
Last Updated: 07 Jan 2025 12:21 by Samir
Created by: Samir
Comments: 0
Category: Editor
Type: Feature Request
1

Hi, Team!

I would like to request the possibility of inserting various shapes in the Editor component similar to the functionality in Microsoft Word.

Here is a possible workaround: https://stackblitz.com/edit/angular-lx34zzvp-qhvevap1 

Unplanned
Last Updated: 20 Dec 2024 08:09 by Nicolas
Created by: Nicolas
Comments: 0
Category: Editor
Type: Feature Request
4

This event would be useful to focus the editor on some specific scenarios like in the Dialog:

https://www.telerik.com/kendo-angular-ui/components/knowledge-base/focusing-editor-inside-dialog

It currently relies on a short delay, which might differ depending on the machine.

Unplanned
Last Updated: 19 Dec 2024 08:53 by ADMIN
Created by: Kamran
Comments: 5
Category: Editor
Type: Feature Request
9

The following HTML markup is not supported and misinterpred by the Editor:

<span style="color: red;">Test <span style="color: blue;">Inner Span </span> Test</span>

The result is:

<p>
   <span style="color: red;">Test</span>
   <span style="color: blue;">Inner Span</span>
   Test
</p>

 

 

Unplanned
Last Updated: 24 Oct 2024 18:59 by Sean

We currently are using TinyMce and they have a plugin that allows you to insert templates into their editor.  When writing content, templates can save users a lot of time, especially when they’re entering a lot of the same content over and over. They also have the ability to configure template replace values.

Adding a similar plugin to the Kendo Editor would be nice.

 

https://www.tiny.cloud/tinymce/features/templates/

https://www.tiny.cloud/blog/tinymce-templates/

 

Unplanned
Last Updated: 13 Aug 2024 06:49 by Kendo UI
Created by: Kendo UI
Comments: 0
Category: Editor
Type: Feature Request
1
It would be great if the Editor included a feature that allows users to insert emojis from a list of available options.
Unplanned
Last Updated: 16 Jul 2024 07:33 by ADMIN
Created by: Kendo UI
Comments: 0
Category: Editor
Type: Feature Request
4

Currently, the editor controls the disabled state of the control types, but it would be a good feature to have for the developers to manually handle the state by using the disabled property for the control types. 

Unplanned
Last Updated: 08 Jul 2024 11:37 by Kendo UI
Created by: Kendo UI
Comments: 0
Category: Editor
Type: Feature Request
3

Please provide a template for customizing the value appearance of the DropDownList control types in the toolbar of the Editor, similar to the one available for the default DropDownList component:

At present, the only approach that can be used for configuring a value template is by implementing a custom DropDownList tool in the toolbar of the Editor:

Unplanned
Last Updated: 20 Jun 2024 11:41 by Novak

It would be a good feature to have a popup open over the image when the user clicks it, providing the option to resize by entering dimensions, similar to when adding the image to the editor.

Declined
Last Updated: 07 Jun 2024 13:30 by arthur
Created by: Senate Public
Comments: 2
Category: Editor
Type: Feature Request
0

Please could you provide a built-in option ot insert alpha ordered list.

Declined
Last Updated: 31 Jan 2024 12:05 by ADMIN
Created by: Karthik
Comments: 1
Category: Editor
Type: Feature Request
2
Add table, dropdownlist, textbox, other input components in the Kendo UI Editor to create custom Editor.
Declined
Last Updated: 31 Aug 2023 15:10 by ADMIN
Created by: Harikrishna
Comments: 1
Category: Editor
Type: Feature Request
1
Provide a built-in option to change the width of the column dynamically based on the content.
Declined
Last Updated: 31 Aug 2023 15:02 by ADMIN

Currently, the kendoEditorCreateLinkButton does not provide a way to specify the Dialog container, as the following article demonstrates:

https://www.telerik.com/kendo-angular-ui/components/dialogs/dialog/service/#toc-specifying-the-dialog-container

Please consider providing a built-in appendTo option to the link button directive. This will help to determine where the Dialog will be appended when the Editor is used within a kendoGridEditTemplate/kendoGridCellTemplate:

Using kendoGridEditTemplate:

https://stackblitz.com/edit/angular-yddl1n-inbwen

Using kendoGridCellTemplate:

https://stackblitz.com/edit/angular-yddl1n-t3afde

 

Unplanned
Last Updated: 14 Aug 2023 08:35 by Mikhail
Created by: Mikhail
Comments: 0
Category: Editor
Type: Feature Request
2

Hi,

It would be a nice feature for the Editor toolbar to have built-in copy, paste, and cut tools.

Declined
Last Updated: 02 Aug 2023 15:10 by ADMIN
Created by: n/a
Comments: 1
Category: Editor
Type: Feature Request
3

Limitation:

  • Not able to copy and apply identical formatting to other parts of the text, currently only clean formatting is available

Feedback: To cater for Format Painter similar to Microsoft Word to allow automatic apply of formatting
(Similar feature is found in JQuery Kendo Editor) 

Declined
Last Updated: 18 Jul 2023 15:34 by ADMIN
Created by: Lynn
Comments: 1
Category: Editor
Type: Feature Request
1
Provide a built-in code snippet tool to enter something like JSON/HTML which can format well (when I press enter, it will indent automatically for me).
Declined
Last Updated: 18 Jul 2023 15:15 by ADMIN
Created by: Andre Beauchamp
Comments: 2
Category: Editor
Type: Feature Request
2

In order to display kendo dialogs correctly inside an ionic app, kendo components need to be set into a specific container to display correctly fixed dialogs in iOS.

Many components such as the dropdownlist that uses a dialog internally will expose an 'appendTo' option inside a popupSettings input parameter.

I would like to have the same feature on the editor component to allow its dialogs to be displayed correctly on iOS devices.

I could extend this request to pretty much any components that uses a dialog/window/popup.

Thanks!

Declined
Last Updated: 14 Jul 2023 09:42 by ADMIN
Created by: Bob
Comments: 4
Category: Editor
Type: Feature Request
1

For the angular kendo editor, when the user adds an ordered list and indents lines in the list, the numbering uses numbers for all levels. Is it possible, without too much work, to have the first level be numbers, the second level be letters, the third level be roman numerals, etc like word would do? 

So instead of

  1. one
    1. two
      1. three

it would be

1. one

a. two

i. three

If the solution is non-trivial or very custom, I would not do it. If that is the case, I do not need sample code.

Thanks,

Bob

 

Declined
Last Updated: 14 Jul 2023 09:40 by ADMIN
Created by: Haroon
Comments: 1
Category: Editor
Type: Feature Request
2

Hi,

We want to implement an IntelliSense like feature with Editor, for example, if user types @ a list of predefined items show up and an item can be inserted there.

Thanks

Haroon.

Declined
Last Updated: 11 Jul 2023 15:09 by ADMIN

We tried to add link to an image in the stack blitz provided by the support team. But it didn't work.

Later we were informed that this feature was not supported.

Here is our updated stackblitz link.

This is what we would like to have in the editor:

Add image to the existing content. And add a link to the newly added image to open in the new tab.

Thanks.

1 2 3 4