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

[Solved] Make a RadEditor Modal Popup

2 Answers 240 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Sittha Apasirikul
Top achievements
Rank 1
Sittha Apasirikul asked on 09 Dec 2009, 08:37 AM

I have a requirement to create a large web form, about 70 fields a form, and must allow user to format text or insert table. The average data size on each item is about 200-300 lines (A4 page) and user request me to put all items in one page in order to make it easier to read. I worry about performance issue if I insert 70 RadEditor control on a page so I display text in asp:Literal control and use only one RadEditor to edit text in all literal. 

I'm using AjaxControlToolkit's ModalPopupExtender to display a panel which has RadEditor in it to display a modal text editor popup.
Now ModalPopupExtender has a performance issue and some conflict with RadEditor so I want to use another way to display a modal text editor popup.

Is there any suggestion for me?
I want to put RadEditor in same page with all of the contents in this form.
If I use RadWindow, I must place RadEditor in another page and now the new feature which allow me to use RadWindow as a container  in the same page has a bug with RadEditor.

Thanks.

2 Answers, 1 is accepted

Sort by
0
Rumen
Telerik team
answered on 11 Dec 2009, 03:59 PM
Hi Sittha,

Please, see the following KB article which could be helpful for your scenario: Setting hidden RadEditor in edit mode on click and putting it in non editable mode onblur.

Another solution is to click on a span element and load its content in RadEditor placed inside RadWindow. See the attached files for more information.


Kind regards,
Rumen
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
0
Sittha Apasirikul
Top achievements
Rank 1
answered on 14 Dec 2009, 01:36 AM
Thanks for your help.
Tags
Editor
Asked by
Sittha Apasirikul
Top achievements
Rank 1
Answers by
Rumen
Telerik team
Sittha Apasirikul
Top achievements
Rank 1
Share this question
or