If I put a RadNumericTextBox, using the Web20 skin, in a table cell that is right aligned, the spin buttons do seem to render properly in IE:
Any suggestion for getting the spinbuttons to display properly?
| <table> |
| <tr> |
| <td align="right"> |
| <telerik:RadNumericTextBox ID="RadNumericTextBox1" Runat="server" |
| Culture="English (United States)" ShowSpinButtons="True" Skin="Web20" |
| Width="125px"> |
| </telerik:RadNumericTextBox> |
| </td> |
| </tr> |
| </table> |
Any suggestion for getting the spinbuttons to display properly?