Hi,
I use RadNumericTextBox:
I try to change its value on client side using this code:
$find('<%= tbSMTPPort.ClientID %>').set_value(LogServer.Port);
when I check on debug, I see that the value property has changed, but the textbox still displays the old value.
Do you have any idea why?
Thanks!
I use RadNumericTextBox:
<telerik:RadNumericTextBox CssClass="SMTPValue" Width="330px" runat="server" ID="tbSMTPPort" MinValue="0" MaxValue="65535"
Skin="" HoveredStyle-BackColor="White" FocusedStyle-BackColor="White">
<NumberFormat DecimalDigits="0" GroupSeparator="" />
</telerik:RadNumericTextBox>$find('<%= tbSMTPPort.ClientID %>').set_value(LogServer.Port);
when I check on debug, I see that the value property has changed, but the textbox still displays the old value.
Do you have any idea why?
Thanks!
