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

RadEditor - Toolbar - Wrapping Issue

1 Answer 93 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Navaneeth
Top achievements
Rank 1
Navaneeth asked on 13 Feb 2011, 12:06 AM

Hello,

We are using RADControls for AJAX (2010.2.929.20); I am facing a weird issue with RadEditor toolbar; and I am wondering if you guys can shed some light on the possible root cause of the problem.

I have 2 toolbars defined where the 2nd toolbar being the lengthier one.  I have a webpage that used to use XML databinding which we had converted to an ASPX page and when I have the oncellchange event on the xml island the toolbar layout seems to be off (refer attached screenshots). 

When I observe the rendered markup of the page, if I do not have the oncellchange event defined, the DIV element of the editor wrapper appears as:
<DIV style="MIN-WIDTH: 680px; MIN-HEIGHT: 400px; WIDTH: 1656px; HEIGHT: 400px" id="ctl00_mc_myradEditor" class="RadEditor Default reWrapper">

And the toolbar is rendered as:
<UL style="WIDTH: 810px" class="reToolbar Default"> - For the first toolbar
<UL style="WIDTH: 1148px" class="reToolbar Default"> - For the 2nd toolbar

When the oncellchange event is defined it shows as:
<DIV style="WIDTH: 1656px; HEIGHT: 400px" id="ctl00_mc_myradDEEditor" class="RadEditor Default reWrapper">
and the toolbars are rendered as:
 
<UL class="reToolbar Default"> - For the first toolbar
<UL class="reToolbar Default"> - For the 2nd toolbar

Any thoughts on why in one case the width's are set to a fixed size and not in other?
 
Thanks,

1 Answer, 1 is accepted

Sort by
0
Rumen
Telerik team
answered on 16 Feb 2011, 04:18 PM
Hi Navaneeth,

We are not aware of this problem. Our suggestion is to test your project with the latest Q3 2010 SP2 (version 2010.3.1317) of Telerik.Web.UI.dll. If the problem still persists, please isolate it in a sample working project and send it for examination on our end by opening a support ticket. I will research it and try to provide a solution.

Best regards,
Rumen
the Telerik team
Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.
Tags
Editor
Asked by
Navaneeth
Top achievements
Rank 1
Answers by
Rumen
Telerik team
Share this question
or