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

Issue with RadEditor rendering instead RadMultiPage & RadTabStrip with Ribbon Bar toolbar

1 Answer 141 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Ron Michael Zettlemoyer
Top achievements
Rank 1
Ron Michael Zettlemoyer asked on 24 Sep 2011, 10:35 PM
Just upgraded from .712 to .915 and noticed an interesting new behavior.  I have a RadEditor inside a RadMultiPage with a RadTabStrip. All that's inside a RadPane.  I just RadAjaxManager to load most of this stuff dynamically.

The editor is on the second tab.  If I refresh RadPane and have the tab strip default to the first tab, when I switch to the second tab the editor looks fine.  But if the refresh makes or leaves the second tab active (so that the editor is there after the ajax call) it looks all messed up.  Attached is a sample.

1 Answer, 1 is accepted

Sort by
0
Dobromir
Telerik team
answered on 28 Sep 2011, 07:25 PM
Hi Ron,

I tried to reproduce the problem but to no avail. Could you please open a formal support ticket and provide a sample page reproducing the issue? For your convenience I have attached my test page, could you modify it to a point where the problem occurs and send it back?

In addition, if you are loading the editor with AJAX, could you handle the editor's ClientLoad event and try to repaint the ribbonbar, e.g.:
function OnClientLoad(editor, args)
{
    var rBar = editor.get_ribbonBar()
    rBar.repaint();
}


Regards,
Dobromir
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
Tags
Editor
Asked by
Ron Michael Zettlemoyer
Top achievements
Rank 1
Answers by
Dobromir
Telerik team
Share this question
or