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

[Solved] Dynamically Loading Editor Using Ajax

1 Answer 127 Views
Editor
This is a migrated thread and some comments may be shown as answers.
reethish
Top achievements
Rank 1
reethish asked on 10 Mar 2008, 04:35 PM
Hello,

    I'm using Rad Editor (Prometheus) in my page which is loaded dynamically by using Ajax. But the loading occurs too slow. Is there any way to load the editor as fast as possible. Is there any specific property that i have to enable or disable to achieve this?.

Regards,
Reethish

1 Answer, 1 is accepted

Sort by
0
George
Telerik team
answered on 11 Mar 2008, 03:58 PM
Hello Reethish,

We are not sure about how slow the editor runs on your side, but if you can improve the loading time when set:

<compilation debug="false">

in the web.config file. In this case the editor scripts will be sent compressed and the performance should optimize.

Moreover you can consider to switch off the modules of the editor if you have such activated. Please make sure that you are using the last version - there particularly the editor is loaded for less than 0.5 seconds once cached.

Kind regards,
George
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
Editor
Asked by
reethish
Top achievements
Rank 1
Answers by
George
Telerik team
Share this question
or