Hi,
I need to have the hability to select all text in XamNumericInput when user clicks over the control. Right now the focus only is positioned over the character I click on, but I need to select all text to modify its content. Is it possible? I have tried to use SelectAll property, the GotFocus event (and call the SelectAll method), the SelectAllBehavior (="SelectAllCharacters"), but nothing works.
Is there any other approach to use for having this behavior?
Best Regards,
Caludio
Hello Claudio,
Thank you for your post.
I have been looking into it. I have logged this behavior with our developers in our tracking system, with an issue ID of 160117. I have also created a support ticket on your behalf with number CAS-131601-Z5Q7F0 in order to link the development issue to it so that you are automatically updated when a Service Release containing your fix is available for download.
Hi Gergana,
I have the same problem. Can you give an approximative date for this release ?
Regards
Geoffroy
A little additional info:
Setting SelectionStart and SelectionLength on the GotFocus event, works if you "tab" to the control, but NOT when you click the control, even if you use one of the "Mouse" events (MouseUp / MouseDown).
The very strange behaviour is that with SelectAll it only works if you "tab" backwards ??.