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
Hello Geoffroy,
I have been looking into your question. The fix for this issue is already released with the latest service release.
Please do not hesitate to let me know if you have any further questions on this matter.
Hello Gergana,
I have the last release, but if I use a XamNumericInput like this : <ig:XamNumericInput Grid.Row="0" Width="150" SelectAllBehavior="SelectAllCharacters" />
I have to double-click to select the value. Is there anyway to have all the characters selected when the control got the focus ?
Thanks,