Browse By Tags

Sorry, but there are no more tags available to filter with.
  • UltraNumeric Editor Mask Input for ? is breaking.

    HI All,

      When i try to maskinput for the ultraNumeric editor with the value "?" it is breaking.i am trying to set the value as follows

    editor.NumericType = NumericType.Double;

    editor.MaskInput ={double:-9.2}

    editor.Nullable = true;

    editor…