Hey
I am facing the same issue mentioned in the http://es.infragistics.com/community/forums/t/91246.aspx. But the solution only works if we make the selection by using mouse. If we 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.
Hey,
Can you try to use event handler for SelectionChanged event to handle GotFocus event also(GotFocus="XamMultiColumnComboEditor_SelectionChanged") and say if this works for you.
Regards,
M. Yovchev
Thanks Mircho for the prompt reply.
Not working as to what is expected. After this change, If i focus the control, the cursor moved to the left. But we tab out, again this issue occurs (cursor goes to the end of the text).
Apart from the tab out issue, As i mentioned in the initial post, the issue when we update the control selected item in view model based on some other conditions is also not working. In the later issue, the user would not focus on the control.
Could you provide some other workaround. Please let me know if you need more info about the issue.
Thanks,
Hemanath