Hello,When the selection changes for the XamMultiColumnComboEditor, I would like to set the cursor at the beginning of the text instead of at the end. Is there a way to achieve this?
Hello Hemanath,
I found this question duplicate to the one here:
http://es.infragistics.com/community/forums/t/104867.aspx
which is already being discussed.
Hey Stephen,
This only works when I make selection using mouse. If I update the SelectedItem binding in ViewModel, this fix doesn't work. Still the cursor is in the end of the displayed text. Also when I tab out (tab key press) of the control, the issue still persists. Can you please let me know whether there is any work around for this issue.
Thanks
Hemanath
Hello,
Thank you for your feedback. I am glad that you resolved your issue and I believe that other community members may benefit from this as well.
Thanks again.
Yes, this worked. Thanks!
I have modified the sample, I sent you before, so now it has the functionality you want. Basically I added a Dispatcher in the XamMultiColumnComboEdito's SelectionChanged event handler in order to delay the setting of the SelectionStart Property. Please let me know if this helps you or you have further questions on this matter.
Looking forward for your reply.