I never worked with the UltraNumbericEditor before or any editor for that matter. I am trying to dynamically create cells based on an object list. One of the options I want for the user is to have the ability to type in a number. The cell could be an integer, a currency, or a double datatype. I don't understand the mask options. I don't understand what the following properties mean:
1. .MaskDisplayMode
2. MaskClipMode
3. MaskInput
Also, is there a way to create custom error messages, specifically, when the user types in a number outside the Min/Max range?
Is there also any sample code I could take a look at?
Hello Peter,
Please find bellow what the purpose of all these properties is:
Regarding your questions, yes there is a way to show custom error messages when the value of the editor does not meet some custom criteria. To do so you can use UltraValidator component. Follow the next link to our online documentation where is shown how you can validate the user input in UltraNumericEditor as well as code is provided “Handling a Validation Error”.
Please let us know if any additional questions on this matter arise.