Hi,
Straight to the points:
1) To set the RadEditor's size on the client you should use its client-side
setSize method.
2) If you call the editor.onParentNodeChanged(); method to recreate the RadEditor's iframe after the Ajax request you should know that the attached events to the iframe are erased. That is why you should reattach the events after firing the onParentNodeChanged method, e.g.
3) You can set the paths dynamically in the Page_Load event, e.g.
Copy Code
Kind regards,
Rumen
the Telerik team
Sharpen your .NET Ninja skills! Attend Q1 webinar week and get a chance to win a license!
Book your seat now >>