A rad textbox input area is 3px shorter than the width="nnnpx"
declaration. This occurs in Q1 2009 release. The Q3 2008 version is
fine.
This has an input of size 97px. Here's the generated html.
Regards,
Steve
| <Telerik:RadNTextBox ID="TextBox3" runat="server" Width="100px" Skin="Office2007" /> |
This has an input of size 97px. Here's the generated html.
| <input id="ctl00_mainPlace_TextBox3_text" class="riTextBox riEnabled" type="text" style="width: 97px;" name="ctl00_mainPlace_TextBox3_text" size="20"/> |
Regards,
Steve
