Thank you for your feedback! You have rated this topic in the last 30 days.
decimals Property
Gets sets maximum number of decimal digits, which is used when control has no focus. Note: new value does not persist to server. Maximum number of decimals
Syntax
ASP.NET Ajax Javascript (Specification)
function get_decimals() : Integer
function set_decimals(value : Integer)
ASP.NET Ajax Javascript (Usage)
var resultVar = instanceOfWebNumericEditor.get_decimals();