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

[Solved] How do I prevent text from wrapping when using a RadTimePicker in a table?

4 Answers 105 Views
Input
This is a migrated thread and some comments may be shown as answers.
Paul
Top achievements
Rank 2
Paul asked on 16 Jun 2009, 06:59 PM

When I use a RadTimePicker in a table, the text after the RadTimePicker will wrap.  How can I prevent the text from wrapping?


<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> 
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">  
<head runat="server">  
    <title></title>  
</head> 
<body> 
    <form id="form1" runat="server">  
    <telerik:RadScriptManager ID="RadScriptManager1" runat="server" /> 
        <table border="1">  
            <tr> 
                <td>Time: </td> 
                <td style="white-space:nowrap;"><telerik:RadTimePicker runat="server" ID="TimePicker" /> Some random text.</td> 
            </tr> 
        </table> 
    </form> 
</body> 
</html> 

Paul.

4 Answers, 1 is accepted

Sort by
0
Dimo
Telerik team
answered on 17 Jun 2009, 02:42 PM
Hi Paul,

I can't seem to reproduce the unwanted behavior on my side, using the provided sample page. What version of RadControls are you using in this case and what browser (and version) ?

Greetings,
Dimo
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
0
Paul
Top achievements
Rank 2
answered on 17 Jun 2009, 07:09 PM
I am using the Q3 2008 version of the controls, and I am using IE8.

Paul.
0
Accepted
Sebastian
Telerik team
answered on 18 Jun 2009, 07:25 AM
Hello Paul,

We announced full support for IE 8 browser with the Q1 2009 SP1 release of RadControls for ASP.NET AJAX:

http://www.telerik.com/products/aspnet-ajax/whats-new/release-history/q1-2009-sp1-version-2009-1-402.aspx

With previous versions of the suite you may consider setting the compatibility meta tag of the browser to simulate IE 7 in order to avoid unexpected discrepancies.

The alternative option is to migrate to the latest version of the controls following the instructions from here. Note, however, that there are some breaking changes in the Q1 2009 release you should be aware of - they are listed here.

Best regards,
Sebastian
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
0
Paul
Top achievements
Rank 2
answered on 19 Jun 2009, 02:41 PM
Upgrading to Q1 2009 fixed my problem.  Thanks!

Paul.
Tags
Input
Asked by
Paul
Top achievements
Rank 2
Answers by
Dimo
Telerik team
Paul
Top achievements
Rank 2
Sebastian
Telerik team
Share this question
or