Unplanned
Last Updated: 21 Jan 2021 08:02 by ADMIN

Currently we see no option to insert image in kendo editor by browsing the same from user's local system.

Could you please add this feature or let us know if there is already some way to achieve the same with existing editor we have for angular.

Completed
Last Updated: 22 Oct 2021 07:41 by ADMIN
Created by: Nitika
Comments: 1
Category: Editor
Type: Feature Request
5

I want to get selected text from the Kendo Angular editor and I see no function similar to what we have in Kendo AngularJs Editor like GetRange, GetSelection

 

Declined
Last Updated: 09 Jun 2021 15:41 by ADMIN

if editor recive a value like '<span class="platzhalter">Empfaenger_Debitor</span>'

by rendering console show this error

core.js:15724 ERROR TypeError: Cannot read property 'split' of null
    at utils.js:181
    at Array.map (<anonymous>)
    at getUniqueStyleValues (utils.js:200)
    at SafeSubscriber._next (index.js:1810)
    at SafeSubscriber.push../node_modules/rxjs/_esm5/internal/Subscriber.js.SafeSubscriber.__tryOrUnsub (Subscriber.js:194)
    at SafeSubscriber.push../node_modules/rxjs/_esm5/internal/Subscriber.js.SafeSubscriber.next (Subscriber.js:132)
    at Subscriber.push../node_modules/rxjs/_esm5/internal/Subscriber.js.Subscriber._next (Subscriber.js:76)
    at Subscriber.push../node_modules/rxjs/_esm5/internal/Subscriber.js.Subscriber.next (Subscriber.js:53)
    at BehaviorSubject.push../node_modules/rxjs/_esm5/internal/Subject.js.Subject.next (Subject.js:47)
    at BehaviorSubject.push../node_modules/rxjs/_esm5/internal/BehaviorSubject.js.BehaviorSubject.next (BehaviorSubject.js:38)
Completed
Last Updated: 19 May 2022 08:08 by ADMIN
Created by: Roman
Comments: 2
Category: Editor
Type: Feature Request
8

I see that in Kendo UI for JQuery it is present, but for Angular 2+ there is no such functionality in the example.

There is no way to change size for columns,rows and table for table.

1) Go to https://www.telerik.com/kendo-angular-ui/components/editor/tools/

2) Add table to editor

3) Click on table

4) No way to change size

Duplicated
Last Updated: 19 Aug 2020 06:41 by ADMIN
Created by: Bob
Comments: 0
Category: Editor
Type: Feature Request
2

In other kendo components, The Editor can be resized setting the [resizable] property. This did not work for kendo-editor.

Please provide resizable option for Kendo Angular Editor

Completed
Last Updated: 15 Feb 2022 10:52 by ADMIN

I would like to have the possibility to modify the pasted content before it is inserted by providing a callback function. This function would be called with the content after Kendo's internal cleanup and the cleanup I specified through the other options has run.

It would look like this:


@Component({
    selector: 'my-app',
    template: `
        <kendo-editor [pasteCleanupSettings]="pasteCleanupSettings"></kendo-editor>
    `
})
export class AppComponent {
    public pasteCleanupSettings = {
        // other options...
        custom: (input: string) => {
            return '<h1>I can do anything I want in here</h1>' + input;
        }
    }
}

Basically I want the same behavior as the jQuery editor provides through pasteCleanup.custom: https://docs.telerik.com/kendo-ui/api/javascript/ui/editor/configuration/pastecleanup#pastecleanupcustom 

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: 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

 

Completed
Last Updated: 15 Feb 2022 10:50 by ADMIN
Created by: Tarang
Comments: 1
Category: Editor
Type: Feature Request
4
Hello, provide a paste event for editor like it is available for other counterparts - editor for asp.net core, jquery.
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.

Unplanned
Last Updated: 23 Sep 2022 07:23 by ADMIN

Please add the following features to the Editor in Kendo UI for Angular 2+:

- Table Wizard

- Split cell row

- Split cell column

- Merge cell row

- Merge cell column

Note: These features exist i the Kendo UI for ASP.NET MVC version of the editor.

Unplanned
Last Updated: 06 Jul 2020 07:51 by ADMIN
Created by: Bob
Comments: 1
Category: Editor
Type: Feature Request
3
Please add a "Add Symbol" menu option to the Editor. This menu option would open a dialog that allows the user to select a symbol to be added to the editor text at the current cursor location. 
Unplanned
Last Updated: 06 Jul 2020 07:15 by ADMIN
Created by: Bob
Comments: 0
Category: Editor
Type: Feature Request
3
Provide a way to configure the font size unit in the "Select font size" dropdown list.
Unplanned
Last Updated: 07 Sep 2020 06:45 by ADMIN
Created by: Rohit
Comments: 2
Category: Editor
Type: Feature Request
4

With the jquery control, I could create a div as a KendoEditor control. If I do this the toolbar used to be a floating toolbar and appear when I select some text in the editor (as opposed to always appear on the top when I create a kendoeditor on a textarea):

https://demos.telerik.com/kendo-ui/editor/inline-editing

Provide a built-in Inline Editor for Angular version.

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.

Completed
Last Updated: 03 Nov 2021 14:23 by ADMIN
Created by: Matt
Comments: 1
Category: Editor
Type: Feature Request
3

Provide an option to drag the bottom right corner of the Editor in order to change the height of the Editor manually as the Kendo jQuery Editor.

https://demos.telerik.com/kendo-ui/editor/index

Completed
Last Updated: 12 May 2020 09:37 by ADMIN
Created by: Plamen Ratchev
Comments: 4
Category: Editor
Type: Feature Request
4

Currently all text is wrapped inside a P tag, which is very inconvenient in many cases. Couple of examples:

  • You want to insert a new line inside a paragraph w/o having spacing before it. This is currently not possible. As soon as you hit [Enter] a new paragraph is added. In the jQuery version of the control it was possible to use [Shift] + [Enter] to insert a "simple" new line w/o adding a new paragraph. This doesn't work in the Angular version. 
  • Items in LI is wrapped inside a P tag. This adds unnecessary spaces between the LI and makes it really hard to render this content in a report insde HtmlTextBox as it is rendered with huge spacing between. There should be an ability to omit P inside LI. 
Declined
Last Updated: 11 Jul 2023 15:04 by ADMIN
Created by: Shan
Comments: 1
Category: Editor
Type: Feature Request
1

When I put the 'Insert File' and 'Insert Link' in different kendo-toolbars, the later does not enable when text is selected.

Please refer the example for repro:

https://stackblitz.com/edit/angular-r6nzmn-dymdpz

Please provide support for multiple <kendo-toolbar> components.

Completed
Last Updated: 24 Mar 2021 21:08 by Evan
Created by: Michael
Comments: 4
Category: Editor
Type: Bug Report
1

Steps to reproduce:

Create fresh angular 9+ project : ng new angular9-kendo-editor-test

run cmd to add editor module: ng add @progress/kendo-angular-editor

Add config to serve es5 generated scripts so IE will work: https://medium.com/better-programming/how-to-fix-your-angular-app-when-its-not-working-in-ie11-eb24cb6d9920

run cmd to serve es5 config: ng serve --configuration es5

Open IE and browse to http://localhost:4200

Open developer tools, observe there is a script error

Comment out the EditorModule import in app.module.ts and you can see the app now works...

 

 

 

Completed
Last Updated: 04 Jun 2020 14:02 by ADMIN

When i refresh page wich contains Editor i give error -  Cannot read property 'createElement' of null wheb i refresh page

 

i try hide edtor while not initilized, content initilized, this dont help