Using KendoUI for jQuery.
A new requirement has lead us to changing a KendoNumericTextbox from it's default settings to show only the integer value, as well as, alert the user in case they tried to input the decimal character. I see that Kendo shows a (!) element for a brief second when a user inputs a decimal character currently, but we need something that notifies them that decimals aren't allowed.
Currently validation checks if the input ranges from 0 to 100 with format: n0 and decimals: 0.