Completed
Last Updated: 03 Mar 2023 13:03 by ADMIN
Created by: Alan
Comments: 5
Category: ImageEditor
Type: Feature Request
6
Is it possible to place form controls, eg Signature control, tick boxes,etc.. in RadImageEditor?

https://www.telerik.com/forums/create-signature-with-imageeditor

Alan
Completed
Last Updated: 28 May 2021 14:27 by ADMIN
Completed
Last Updated: 08 Nov 2018 14:39 by ADMIN
ADMIN
Created by: Vessy
Comments: 0
Category: ImageEditor
Type: Feature Request
0
JS error is thrown when opening a tool in Lightweight and ShowAjaxLoadingPanel="true".

Error message:
Uncaught TypeError: Cannot set property 'id' of undefined
     at Telerik.Web.UI.RadImageEditor._showAjaxLoadingPanel


Steps to reproduce:
1. Run the following code
            <telerik:RadImageEditor ID="RadImageEditor1" ShowAjaxLoadingPanel="true" runat="server" RenderMode="Lightweight" ImageUrl="~/Images/Summdary.jpg">
            </telerik:RadImageEditor>

2. Open the "Crop" dialog

Result: A JS error is thrown.