Hello Pieter,
It seems to be a bug inside the
RadNumericTextBox. Actually it is caused because the
IE9 does not support the
fireEvent function anymore but start to support
dispatchEvent function of the elements.
Generally because the attributes in the argument of
keydown event are read only. The event is canceled when numeric pad enters different sign (the decimal separator of the numeric pad can be
dot or
comma depending on the cultural settings) and then new event with the corrected
keyCode is fired. And this is where the current code fails because the IE9 still has
element.fireEvent function and our code uses it, but the function does not work.
Our developers are aware of this bug and they will fix it.
Regards,
Vasil
the Telerik team
Thank you for being the most amazing .NET community! Your unfailing support is what helps us charge forward!
We'd appreciate your vote for Telerik in this year's DevProConnections Awards. We are competing in mind-blowing 20 categories and every vote counts! VOTE for Telerik NOW >>