Questions tagged [telerik-editor]
18 questions
3
votes
1 answer
Kendo UI Editor - Change default colors of font color picker and background color picker
I am using the Kendo UI Editor and I want to choose which color will appear in the font and background color palettes.
Or another alternative is letting the user choose from a custom color picker.
I found examples on forums, but they all use older…

Asaf Epelbaum
- 556
- 1
- 9
- 22
1
vote
1 answer
creating RadEditor dynamically asp.net
I want to add RadEditor dynamically. It is getting added to the page but as soon as postback occurs i get Multiple controls with the same ID 'EditorRibbonBarResourcesHolder' were found. Below is the code that i am using to add control…

mehul9595
- 1,925
- 7
- 32
- 55
1
vote
1 answer
Web.config registration missing! in RadEditor in IIS 7.5
I am working with RadEditor. I have purchased premium controls pack.
Editor works fine but when we open a image manager it throw an error i.e.
Web.config registration missing!
The Telerik dialogs require a HttpHandler registration in the web.config…

Gaurav Agrawal
- 4,355
- 10
- 42
- 61
1
vote
0 answers
Image is disappearing when we add anchor tag in telerik editor on image
When I want to add a anchor tag then my image is disappearing from the editor.
Here is the HTML


Gaurav_0093
- 1,040
- 6
- 28
- 56
1
vote
1 answer
Configure Asp.net Telerik editor Dialog when EnableEmbededScript is OFF
I have used asp.net Telerik RadEditor control in web-site and to host this website in Shared hosting server, I have to disable Telerik.EnableEmbeddedScripts flag and add required scripts in page but Dialog of RadEditor is not working.
My site is…

Mohmedsadiq
- 133
- 1
- 10
0
votes
1 answer
Model properties not set when returning to the controller for post
I'm going blind staring at this. When I click save on the view, the model being sent to the save method of the controller has no values set, they're all default values.
What am I missing? I'm actually using the exact same technique from another…

CD Smith
- 6,597
- 7
- 40
- 66
0
votes
1 answer
Telerik Editor doesn't display formatted text
I face with CRUD operations in ASP Net Core web app when I use Telerik UI Editor, create sample text with some formatting it is stored well in DB.
But if I want to edit this text again telerik editor display it with html tags and without…

LukasVanek
- 139
- 1
- 2
- 10
0
votes
1 answer
telerik editor with iframe
I'm using Telerik Editor, with following,
@{
Html.Telerik().EditorFor(model => model.Description).Name("Editor").FileBrowser(settings => settings
.Browse("Browse", "ImageBrowser")
…

Mujah Maskey
- 8,654
- 8
- 40
- 61
0
votes
1 answer
open telerik editor table wizard using jquery in an event
I am going to implement a shortcut for table wizard in telerik editor. I am using asp.net core and have something like:
@(Html.Kendo().EditorFor(m => m.Summary)
.HtmlAttributes(new {style = "width: 100%", required =…

Arash EM
- 370
- 6
- 16
0
votes
1 answer
Is there any way to make some words (only some words not whole editor) in Rad editor for Ajax read only?
I am using Telerik Rad Editor for Ajax in my project,I want to make some fields/words read only. I tried couple of things and it's working for whole editor.. meaning whole editor becomes read only. I just want some words and rest of the editor as it…

Poorva Bhakkad
- 3
- 3
0
votes
1 answer
Paging in Kendo UI Editor based on some condition while export
UI for ASP.NET MVC How to give paging based on some scenario in the document file which is generating from kendo UI editor? I need to do paging in the document file based on some condition. So after exporting to document(.docx) file the paging is…

Dinu Divakaran
- 1
- 3
0
votes
0 answers
Unable to get property 'createRange' of undefined or null reference in IE 11
There is functionality to find the caret(^) symbol in Telerik editor, I have searched over internet , i found few links ,they recommended to replace getSelection() instead of selection
var range =…

King_Fisher
- 1,171
- 8
- 21
- 51
0
votes
1 answer
DOM Manipulation of Telerik Text Editor
I am trying to manipulate a Telerik Text Editor element with JavaScript. I am using the following code:
document.getElementById("ctl00_ContentPlaceHolder1_RadEditor1_contentIframe").childNodes
Example of Telerik Text Editor @…

user3648426
- 227
- 1
- 4
- 13
0
votes
1 answer
Alignment Issue in telerik editor
I am using telerik editor(in asp.net), I am trying to write some content in that, some words or content are place on right hand side using tab key (i.e 4 time ).
At design time it display properly but when I print that document the right hand side…

Ganesh
- 44
- 10
0
votes
1 answer
RadEditor ContentAreaMode DIV automatically sets focus on postback IE
I am using a RadEditor with ContentAreaMode set to DIV. I am using IE 11 . The page is a simple one contains
ScriptManager
An update panel
A RadEditor with ContentAreaMode inside the previously addded UpdatePanel
A Button which causes a postback…

user581157
- 1,327
- 4
- 26
- 64