Posted 24 Feb 2012 Link to this post
Posted 27 Feb 2012 Link to this post
Posted 02 Mar 2012 Link to this post
function
PoidsTaille_OnValueChanged(sender, eventArgs)
{
var
v = eventArgs.get_newValue().toString();
sender._textBoxElement.value = v;
PoidsTaille_Changed(sender._clientID, eventArgs.get_newValue());
}
Posted 05 Mar 2012 Link to this post
<
script
type
=
"text/javascript"
>
Telerik.Web.UI.RadNumericTextBox.prototype.get_displayValue = function ()
var value = this.get_value();
return value.toString(); //or apply your custom format here
</
telerik:RadNumericTextBox
runat
"server"