hi,
1. How to limit inputing length using UltraNumericEditor?
2. How to mask it using UltraDateTimeEditor ? Such as "yyyy-mm-dd hh:mm:ss" and "yyyy-mm-dd"
3.How to mask it using UltraNumericEditor ? Such as "nnnnnnn.nnnn"
1. you can use the MaskInput property to limit the length (i.e. you set the MaskInput to nnnn and the limit will be 4 digits)
2.set the MaskInput property to "yyyy-mm-dd hh:mm:ss"
3. set the NumericType property to double instead of integer and set the MaskInput property