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
1180
XamNumericEditor tab highlight
posted

Hi Team,

I am using XamNumericEditor. However, seems it doesn't work well with tabbing.

Currently, if I tab in to XamNumericEditor, all value won't get highlighted. It puts the caret prompt inside the field which prevent me to type the value directly. Is there a way to make XamNumericEditor works like the other editor so that we can "tab" and "type".

Thanks,

Xin

Parents
No Data
Reply
  • 138253
    Verified Answer
    Offline posted

    Hello Xin,

     

    Thank you for your post. I have been looking through it and I suggest you call the SelectAll method of the XamNumericEditor in its EditModeStarted event. By doing this, when you navigate to the control using “Tab” button, the whole text in the editor will be selected. Please let me know if this is what you want to achieve or I have misunderstood you.

     

    Looking forward for your reply.

Children