Hi,
You can wrap the JavaScript code of the module inside the following if check:
if
(
typeof
($telerik) !=
"undefined"
) {
//put your code here
}
Therefore when the RadEditor's client object is not yet created when RadEditor is invisible the modules code will not throw errors.
Regards,
Rumen
the Telerik team
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 their
blog feed now.