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
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.