Telerik Forums
UI for ASP.NET AJAX Forum
0 answers
3 views

Hello,

 

Please check the following:

In the demo:
https://demos.telerik.com/aspnet-ajax/editor/examples/trackchanges/defaultcs.aspx

Set cursor after last word "browsers.". Then click Shift+Enter (break) one or several times. Then click BackSpace. 

BackSpace will remove last dot, but not a breaks.

 

How can I fix it?

Emin Sadigov
Top achievements
Rank 2
Iron
Iron
Iron
 asked on 04 Jul 2025
1 answer
5 views

Hello,

In the demo (https://demos.telerik.com/aspnet-ajax/editor/examples/trackchanges/defaultcs.aspx):

  1. When I click the B/I/U buttons, the editor logs multiple Reformat actions and repeatedly applies the B/I/U tags. How can I prevent this?

  2. Is there a way to disable Reformat actions in Track Changes mode? I only need to track insertions (ins) and deletions (del).

Thank you!

 

 

 

Rumen
Telerik team
 answered on 03 Jul 2025
0 answers
4 views
dsada
Harvey
Top achievements
Rank 1
 updated question on 09 Jun 2025
2 answers
21 views

Hello,

One of our customers reported that they are trying to enhance the security features for file uploads in RadFileExplorer, Document Manager, and Image Manager. Specifically, for SVG files, they want to inspect the file contents for any embedded JavaScript functions. If the file is deemed unsafe, the upload should fail, and an error message should be displayed to the end user.

We have implemented the necessary backend validation and are able to throw an error message. However, we have not found a way to display this error message in the UI. Is there a recommended approach for implementing error message display in this scenario?

Thanks,

Lan

Rumen
Telerik team
 answered on 02 Jun 2025
3 answers
22 views
Hi, refer this convo:- https://www.telerik.com/forums/issue-regarding-localization-for-radeditor-table

I am using app-globalresources.zip localization files provided by Rumen, and I suspect it is not compatible with the version of Telerik.Web.UI.dll used in my application. I am using Telerik DLL of version 2022.3.913.45.



Can you please suggest what I should do?

Upgrade the DLL version or update the localization files with that DLL version.

If yes, can you share with me the compatible localizations for en-US, fr-FR & de-DE for this 
2022.3.913.45. DLL version.

Or, if you suggest upgrading the current DLL version how should I do it?

Rumen
Telerik team
 answered on 28 May 2025
1 answer
15 views

When I open Image Manager from RadEditor everything is fine. When I open Image Manager stand-alone the layout of the toolbar is different, some icons are missing. Also the source code of the dialog is different....what is happening here?

2025.1.416
Skin.Bootstrap
No ExternalDialog files

Marc

Fit2Page
Top achievements
Rank 2
Bronze
Iron
Iron
 answered on 07 May 2025
1 answer
23 views

I'm experiencing an issue with custom button icons not displaying in the RadEditor ribbon bar. I've added a custom button that functions correctly, but the icon specified in the ImageUrl property does not appear on the UI.

Issue Details:

I've added the following custom tool to the RadEditor toolbar:

xml
<tool name="File" size="large" text="File Add" ImageUrl="~/Assets/images/add.png"/>

The button appears in the ribbon bar and the functionality works as expected, but the icon is not visible.

Troubleshooting Steps Already Taken:

  1. Verified the image exists at the specified path
  2. Tried both relative (~/) and absolute paths
  3. Checked for case sensitivity in the ImageUrl attribute (tried both ImageUrl and imageUrl)
  4. Specified width and height attributes for the image

    Questions:

    1. Is there any specific requirement or setting I'm missing for custom icons in the ribbon bar?
    2. Could there be an issue with how custom icons are rendered in the ribbon bar versus standard toolbar?
    3. Are there any size limitations or format requirements for custom icons in the ribbon?
    4. Is there a different approach recommended for adding custom icons to ribbon bar buttons?

     

    Rumen
    Telerik team
     answered on 28 Apr 2025
    1 answer
    31 views

    Hi,

    I have checked the paste functionalities in your demo webforms editor page: https://demos.telerik.com/aspnet-ajax/editor/examples/overview/defaultcs.aspx

    However, I don't see there's a Paste from PDF functionality. It would be great if you can treat this as a feature request for your webforms editor.

    Rumen
    Telerik team
     answered on 02 Mar 2025
    1 answer
    39 views

    Hi,

    I am facing a new issue that seems to be connected to my previous ticket (Bug Report ID:1676729 - Unexpected New Line Insertion When Pressing Enter After Making Text Bold in Telerik Rad Editor), regarding overriding the setCursor method in the InsertParagraphCommand.

    After applying the suggested workaround to override the setCursor method, I've encountered a new issue: when typing text in the RadEditor and pressing Enter, the cursor does not immediately move to the next line. It requires pressing Enter twice for the cursor to move.

    Could you please assist in resolving this issue.

    Thank you for your continued support.

    Rumen
    Telerik team
     answered on 24 Feb 2025
    1 answer
    50 views

    I used the Telerik Theme Builder to create several themes based on Bootstrap.  They work great with all the controls I've tested so far except for the Editor.

    In the Editor, the Color Pickers for text work, but when you go into the table wizard, the Color Picker as well as Alignment, Back Color, and CSS Class have transparent backgrounds, so I'm missing some styles.

    The Editor has: 

    EnableEmbeddedSkins="false"
    ExternalDialogsPath="~/EditorDialogs"  
    RenderMode="auto"
    ContentAreaMode="Iframe" 
    DialogHandlerUrl="~/Telerik.Web.UI.DialogHandler.axd">
    

    Code Behind calls a function to get the correct theme: 

    Dim DialogPath As String = SetEditorDialogCss.DialogSkinCSS
    radeditorpagetext.DialogsCssFile = DialogPath.ToString
    radeditorpagetext.TableLayoutCssFile = DialogPath.ToString
    
    SetEditorDialogCss Function: 
    Return "/site/theme1.css"

    theme1.css contains: 

    @import url("/App_Skins/Bootstrap/theme/Button.Bootstrap.css");
    @import url("/App_Skins/Bootstrap/theme/Card.Bootstrap.css");
    @import url("/App_Skins/Bootstrap/theme/ColorPicker.Bootstrap.css");
    @import url("/App_Skins/Bootstrap/theme/ComboBox.Bootstrap.css");
    @import url("/App_Skins/Bootstrap/theme/DataForm.Bootstrap.css");
    @import url("/App_Skins/Bootstrap/theme/Dock.Bootstrap.css");
    @import url('/App_Skins/Bootstrap/theme/DropdownGrid.MDparty1.css');
    @import url('/App_Skins/Bootstrap/theme/DropDownList.MDparty1.css');
    @import url('/App_Skins/Bootstrap/theme/DropDownTree.MDparty1.css');
    @import url("/App_Skins/Bootstrap/theme/Editor.Bootstrap.css");
    @import url("/App_Skins/Bootstrap/theme/FormDecorator.Bootstrap.css");  
    @import url("/App_Skins/Bootstrap/theme/Grid.Bootstrap.css");
    @import url("/App_Skins/Bootstrap/theme/Input.Bootstrap.css");
    @import url("/App_Skins/Bootstrap/theme/Label.Bootstrap.css");
    @import url("/App_Skins/Bootstrap/theme/ListBox.Bootstrap.css");
    @import url("/App_Skins/Bootstrap/theme/Menu.Bootstrap.css");
    @import url("/App_Skins/Bootstrap/theme/MultiSelect.Bootstrap.css");
    @import url("/App_Skins/Bootstrap/theme/PanelBar.Bootstrap.css");
    @import url("/App_Skins/Bootstrap/theme/Ribbonbar.Bootstrap.css");
    @import url("/App_Skins/Bootstrap/theme/Rotator.Bootstrap.css");
    @import url("/App_Skins/Bootstrap/theme/Slider.Bootstrap.css");
    @import url("/App_Skins/Bootstrap/theme/Splitter.Bootstrap.css");
    @import url("/App_Skins/Bootstrap/theme/TabStrip.Bootstrap.css");
    @import url("/App_Skins/Bootstrap/theme/ToolBar.Bootstrap.css");
    @import url("/App_Skins/Bootstrap/theme/TreeList.Bootstrap.css");
    @import url("/App_Skins/Bootstrap/theme/TreeView.Bootstrap.css");
    @import url("/App_Skins/Bootstrap/theme/Upload.Bootstrap.css");
    @import url("/App_Skins/Bootstrap/theme/Window.Bootstrap.css");
    @import url("/App_Skins/Bootstrap/theme/Wizard.Bootstrap.css");
    
    

    What am I missing?  I made several themes and the problem happens with all of them. 

    One note about the ThemeBuilder.  The Bootstrap zip file download has 10 copies of Button.Mytheme.css that seem to be identical.

    Rumen
    Telerik team
     answered on 18 Feb 2025
    Narrow your results
    Selected tags
    Tags
    +? more
    Top users last month
    Rob
    Top achievements
    Rank 3
    Iron
    Iron
    Iron
    Atul
    Top achievements
    Rank 1
    Iron
    Iron
    Alexander
    Top achievements
    Rank 1
    Veteran
    Iron
    Serkan
    Top achievements
    Rank 1
    Iron
    Shawn
    Top achievements
    Rank 1
    Iron
    Iron
    Want to show your ninja superpower to fellow developers?
    Top users last month
    Rob
    Top achievements
    Rank 3
    Iron
    Iron
    Iron
    Atul
    Top achievements
    Rank 1
    Iron
    Iron
    Alexander
    Top achievements
    Rank 1
    Veteran
    Iron
    Serkan
    Top achievements
    Rank 1
    Iron
    Shawn
    Top achievements
    Rank 1
    Iron
    Iron
    Want to show your ninja superpower to fellow developers?
    Want to show your ninja superpower to fellow developers?