This question is locked. New answers and comments are not allowed.
Hi,
Have these in a Formview. Want to make use of RadTextBox for looks. However the effect I am getting is not pleasant. In the attached the asp TextBox appears normal, while the RadTextbox is shrunk.
Any help is appreciated.
<asp:TextBox ID="marketTextBox" runat="server" Text='<%# Bind("market") %>' Width="50px" Font-Size="11px" Height="14px"/>
<telerik:RadTextBox ID="TextBox1" runat="server" Text='<%# Bind("market") %>' Skin="Metro" Height="100%"/>
Have these in a Formview. Want to make use of RadTextBox for looks. However the effect I am getting is not pleasant. In the attached the asp TextBox appears normal, while the RadTextbox is shrunk.
Any help is appreciated.
<asp:TextBox ID="marketTextBox" runat="server" Text='<%# Bind("market") %>' Width="50px" Font-Size="11px" Height="14px"/>
<telerik:RadTextBox ID="TextBox1" runat="server" Text='<%# Bind("market") %>' Skin="Metro" Height="100%"/>