Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
570
InputMask interfering with Tabbing event
posted

I have a control that inherits from UltraMaskEdit and has input mask of "n,nnn,nnn.nnn". When user enters the control and cursor is to the left of the decimal place, when the tab key is pressed it moves the cursor to the right of the decimal place instead of exiting the control and moving to the next control. When the cursor is to the right of the decimal, tab works as expected by exiting the control and moving to the next control. The behavior I am needing, is for when tab is pressed, the control loses focus and moves to the next one, no matter where the cursor is in the input string.