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

Toggle button in radeditor not working properly when we use it RadWindow

1 Answer 69 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Balu
Top achievements
Rank 1
Balu asked on 09 Dec 2013, 04:17 AM
Hi,

When I use the RadEditor in radwindow I am not getting toggle button functionality correctly. Any help regarding this will be helpful.

Thank you. 

1 Answer, 1 is accepted

Sort by
0
Accepted
Shinu
Top achievements
Rank 2
answered on 10 Dec 2013, 01:30 PM
Hi Balu

When you place a RadEditor in the ContentTemplate of a RadWindow the buttons no longer function. This holds true for any scenario in which you move the RadEditor in the DOM.

There is an easy fix that causes the RadEditor to reattach its handlers and start functioning again - this is done by calling its onParentNodeChanged() method when you move it, which, in this case, is the OnClientShow event of the RadWindow:
Check the following Telerik help documentation which explains more about your issue.
RadEditor Does Not Work in RadWindow

Thanks
Shinu
Tags
Editor
Asked by
Balu
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Share this question
or