Version

dataMode Property

Gets sets DataMode. Integer value which matches with corresponding enum on server. Notes: That method will adjust min/max limits, decimal places and MaxLength. However, control will not be repainted and current value in editor will not be modified. New value does not persist to server. Data mode
Syntax
ASP.NET Ajax Javascript (Specification) 
function get_dataMode() : Integer
function set_dataMode(value : Integer)
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfWebNumericEditor.get_dataMode();
See Also