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
560
Number/Currency Editor: entering a 1 makes a 10
posted

Hi,

 

this is a really strange behaviour within these controls.

Take a "new" control with decimal formatting reading "0.00".

Now the user clicks within the control and wants to enter a 1. The control adds a 1 which makes indeed a 10.

The the user clicks on the next control...

 

Is this really correct?

Parents
No Data
Reply
  • 469350
    Suggested Answer
    Offline posted

    Hi Frank,

    It sounds like you want all of the text to be selected when the user clicks on the control, instead of placing the cursor at the point they clicked.

    If that's the case, try handling the Enter event of the control and calling SelectAll.

Children