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
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.
Hi Stefan,
I've used SelectAll method in EditModStarted event. It works perfectly. However, it will be nicer that it can make the highlight when tabbing by default just as other Editor. Can consider it as feature improvements:)