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

RadioButton with TextAlign "Left" wraps

1 Answer 64 Views
FormDecorator
This is a migrated thread and some comments may be shown as answers.
Noel Rice
Top achievements
Rank 1
Noel Rice asked on 05 Jun 2008, 06:16 PM
When a radio button styled with RadFormDecorator has the TextAlign property set to "Left", the button portion of the control wraps to the next line. The expected behavior was that the button and label portion of the RadioButton would be on the same line.

<body> 
    <form id="form1" runat="server">  
        <asp:ScriptManager ID="ScriptManager1" runat="server" /> 
    <div> 
      <telerik:RadFormDecorator ID="RadFormDecorator1" runat="server" Skin="Telerik" /> 
      <asp:RadioButton ID="RadioButton1" runat="server" Text="Test" TextAlign="Left" />      
    </div> 
    </form> 
</body> 

1 Answer, 1 is accepted

Sort by
0
Georgi Tunev
Telerik team
answered on 09 Jun 2008, 12:34 PM
Hello Noel,

Yes, we are familiar with this behavior and we are working on it. We will do our best to have it fixed for the service pack that will appear at the end of the next week.


All the best,
Georgi Tunev
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
FormDecorator
Asked by
Noel Rice
Top achievements
Rank 1
Answers by
Georgi Tunev
Telerik team
Share this question
or