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

RadEditor Used multiple times in same page

2 Answers 316 Views
Grid
This is a migrated thread and some comments may be shown as answers.
DevivaraPrasad
Top achievements
Rank 1
DevivaraPrasad asked on 23 Aug 2013, 11:18 PM
Hi,

I am using five RadEditors in the same page.  So it is taking long time for loading.  
I need a technique like single RadEditor appear multiple times in same page,
How to make this possible using asp.net  and C# ?


Thanks in Advance

Best Regards,
Prasad

2 Answers, 1 is accepted

Sort by
0
Marin Bratanov
Telerik team
answered on 28 Aug 2013, 08:36 AM
Hello Prasad,

RadEditor is a big control with a lot of features, yet its loading can be optimized by sharing the tool providers: http://www.telerik.com/help/aspnet-ajax/editor-toolbar-loading-optimizations.html. Nevertheless, only five editors on the page should not cause a performance hit because they share the same resources (css and scripts) so they are loaded only once on the page.

The only way to have several ASP server controls on the page is to declare them in the markup or add them programmatically, you cannot simply clone them with JavaScript in the browser. If you are looking for such a feature you can consider JS based widgets like the Kendo Editor.


Regards,
Marin Bratanov
Telerik
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 the blog feed now.
0
Praveen
Top achievements
Rank 1
answered on 03 Feb 2014, 06:17 AM
hi ..
did u got the solution for this problem .
Tags
Grid
Asked by
DevivaraPrasad
Top achievements
Rank 1
Answers by
Marin Bratanov
Telerik team
Praveen
Top achievements
Rank 1
Share this question
or