This is a migrated thread and some comments may be shown as answers.

Rad Editor Tools (Buttons) not working when the editor is kept in Ajax Modal Pop Up Extender

3 Answers 102 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Vaishnav
Top achievements
Rank 1
Vaishnav asked on 09 Jan 2012, 07:20 PM

Hi,
I have kept a Rad Editor Inside the Modal Pop Up Extender which is inside the UserControl (.ascx). The Problem is when I try to Click on Image Manager icon or any other settings buttons (Bold,Italics,Fonts) in the Editor tool box, The buttons do not respond.

RadEditor Tools are not clickable in side the Modal Pop Extender. I Have same Rad Editor Inside the Aspx page and it works fine. But it is not working in side the Pop up. I tried increasing the Z-Index of the Editor but found no success :(

Can we keep the Tools of the editor always visible if ToolbarMode is set to 'Floating'. By default tools are not visible when this property is set to FLOATING, We need to click on the Icon inside the Editor and then it gets visible.

 

Help Required Urgently.!!!

Thanks in advance

Vaishnav

3 Answers, 1 is accepted

Sort by
0
Dobromir
Telerik team
answered on 11 Jan 2012, 12:53 PM
Hi Vaishnav,

Could you try to call RadEditor's client-side method onParentNodeChanged() after pop-up is displayed and see if the problem still exists?

function ShowDialog()
{
    $find("modelPopupExtender1").show();
    $find("RadEditor1").onParentNodeChanged();
}


Regards,
Dobromir
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now
0
alp
Top achievements
Rank 1
answered on 16 Sep 2014, 01:02 PM
Rad Editor Tools(Dropdown lists) not working.
0
Vessy
Telerik team
answered on 19 Sep 2014, 10:20 AM
Hi Alp,

I am afraid that the provided information is not enough to understand the issue and determine what is causing it. Can you, please, explain in more details the exact behavior you are facing? Are you able to reproduce it in our online demo, which are the steps to reproduce if so?

Looking forward to hearing from you,
Vessy
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
Tags
Editor
Asked by
Vaishnav
Top achievements
Rank 1
Answers by
Dobromir
Telerik team
alp
Top achievements
Rank 1
Vessy
Telerik team
Share this question
or