OK and Cancel button is not visible properly for Telerik RadEditor Classic Render Mode

1 Answer 6 Views
Button ImageEditor
Atul
Top achievements
Rank 1
Iron
Iron
Iron
Atul asked on 27 Oct 2025, 07:52 AM | edited on 27 Oct 2025, 09:17 AM
Hi,

The OK and Cancel buttons of Image Map Editor are not properly visible in French (France).

I have attached a screenshot.

1 Answer, 1 is accepted

Sort by
0
Rumen
Telerik team
answered on 27 Oct 2025, 09:16 AM

Hi Atul,

Although the Classic render mode has been discontinued and unsupported since 2015 and we recommend using the Lightweight one, you can still modify its appearance by applying a custom CSS class to the dialog content. The following example shows how to move the OK and Annulez buttons:

1) Create a DialogCssFile.css file and import it through the DialogsCssFile property:

        <telerik:RadEditor runat="server" ID="RadEditor1" Height="600px" Language="fr-FR" RenderMode="Classic" DialogsCssFile="DialogCssFile.css" Skin="Metro">
        </telerik:RadEditor>

2) Add the following CSS class into the DialogCssFile.css file and save it:

.redMainContainer .redActionButtonsWrapperExternal {
    right: 0;
    bottom: 25px !important;
    background-color: transparent;
    padding-top: 0;
}

3) Clean the browser cache. Open the page in incognito mode and test the solution.

 

    Regards,
    Rumen
    Progress Telerik

    Your perspective matters! Join other professionals in the State of Designer-Developer Collaboration 2025: Workflows, Trends and AI survey to share how AI and new workflows are impacting collaboration, and be among the first to see the key findings.
    Start the 2025 Survey
    Tags
    Button ImageEditor
    Asked by
    Atul
    Top achievements
    Rank 1
    Iron
    Iron
    Iron
    Answers by
    Rumen
    Telerik team
    Share this question
    or