I have written a javascript function that allows the enter key to navigate to the next input on a large form that I have and I would like the up & down arrow keys to have the same functionality, however I believe the built in arrow key increment settings in the RadNumericTextbox are interfering with this. I have set the InterceptArrowKeys setting to False and am trying to capture the entered key with the ClientEvents.OnKeyPress event but it is not firing. Any ideas on how to accomplish this?