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

radRibbonButton Width - Issue

2 Answers 52 Views
RibbonBar
This is a migrated thread and some comments may be shown as answers.
July
Top achievements
Rank 2
July asked on 22 Jul 2011, 05:06 PM
I have some issue with the width of Buttons.
In IE doesnt support the width but in FF yes.
I created the Buttons dinamically

like this:

RadRibbonButton newbutton = new RadRibbonButton();
...........
newButton.Width = Unit.Pixel(110)

I attach the 2 views in IE and FF.


Any solution?


Thanks


2 Answers, 1 is accepted

Sort by
0
Accepted
Kate
Telerik team
answered on 28 Jul 2011, 10:11 AM
Hi Julieta,

In fact we do not provide support for setting the width in pixels for the RadRibbonBar control. Therefore I would suggest that you set the width of the RadRibbonBarButtons by using the Size property as explained in this help article.

All the best,
Kate
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.

0
July
Top achievements
Rank 2
answered on 28 Jul 2011, 01:24 PM
Thanks!
I my confused width wirh size!
Thnaks for all!..
Tags
RibbonBar
Asked by
July
Top achievements
Rank 2
Answers by
Kate
Telerik team
July
Top achievements
Rank 2
Share this question
or