You have to add next features to RadMaskedNumericInput
- Data binding to object
- Value could be decimal
- Value range, from min to max,
so this control could be useful in complex data entry form.
1 comment
ADMIN
Martin Ivanov
Posted on:29 Jul 2019 09:55
Hello Nebojsa,
Here is some information regarding the requested features along with some questions about them.
Data binding to object
The design of the RadMaskedInput controls separates the different controls by types which they can work with. The RadMaskedNumericInput is working with System.Double numbers and changing this will bring a breaking change and also make it harder to work with.
Can you tell me why do you need to data bind the control to an Object, instead of a numeric type?
Value could be decimal
To work with decimal numbers you can use the RadMaskedCurrencyInput. You can see what types the different inputs support in the Getting Started article of the masked input suite. If this doesn't work for you, can you tell me why?
Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers.Learn More.