Hi
I think that I found a bug.
Take a radnumeric, set decimaldigits zero.
use client event valuechanging like this:
function valueChanging(sender, args) {
alert(args.get_newValue());
}
If I digit "0,4" I'm expecting in the args.get_newValue() just 0 and not 0.4!
I think that the "." or "," (depends on cultureinfo, ok) not even should be arrived to the input, just like any alphanumeric character that is not a number!
Why you allow decimal digit in that event if I set decimaldigits zero? I don't want to use valueChanged.
Just.. I think that the radnumeric settings should be considered before any event.
All of this is on last ui for ajax version 2016.2.607.45
Thank you.
Regards
Fabio