Hi,
After I added DbValue property, the default/initial value "0" disappears.
Regards
After I added DbValue property, the default/initial value "0" disappears.
<telerik:RadNumericTextBox ID="RadNumericTextBox1" Runat="server" CssClass="AlignRight" Culture="en-US" Value="0" DataType="System.Decimal" DbValue ='<%# Bind( "RateValue") %>' LabelWidth="64px" Width="160px"><NumberFormat ZeroPattern="n"></NumberFormat> <DisabledStyle HorizontalAlign="Right" /> </telerik:RadNumericTextBox>Regards