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

RadNumericTextBox losing value in postback inside updatepanel

1 Answer 109 Views
Input
This is a migrated thread and some comments may be shown as answers.
Sathish
Top achievements
Rank 1
Sathish asked on 08 Mar 2012, 06:22 PM
Hello,

I have a simple updatepanel and a radnumeric texbox inside it... when the user changes the value and posts back, it is losing its value and displaying the old value.

please test and fix.

thanks.

sathish

1 Answer, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 09 Mar 2012, 06:00 AM
Hello,

I tried to reproduce your issue in telerik 2012, 1, 215, 35 and 2011, 2, 915, 35 versions, but no avail. Here is the sample code that i tried.
ASPX:
<asp:UpdatePanel ID="UpdatePanel1" runat="server" >
 <ContentTemplate>
  <telerik:RadNumericTextBox ID="RadNumericTextBox1" runat="server" Value="5467" >
  </telerik:RadNumericTextBox>
 </ContentTemplate>
</asp:UpdatePanel>

Thanks,
Princy.
Tags
Input
Asked by
Sathish
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Share this question
or