Hey
I am facing the same issue mentioned in the http://ko.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
Thanks Mircho.
Sorry for the late reply.
We won't focus the control in some cases. So this will not work as expected. And tabbing out from the control after it gets focus, will set the display text to the end.
Can you provide some other solution for both the cases.
Hi Hemanath,
I understand your scenario about the text being shown from the beginning without setting the focus on the control. I will work on this to find a solution.
About the problem with tabbing I can say that the control works like this: when tab in - the end of the text will be shown. When tab out (your case) the begging of the text will be shown (as it is on my side using 14.1 last SR - build number is 2283). Can you please confirm that you are using this build and the problem exists still on your side. Or if you do not want to use this build can you please tell me what is your current build number so I can test this scenario with this build on my side.
Mircho
Thanks Mircho
My Dll version is 14.1.20141.1015. I believe 1015 is the build number. Can you please check with this build.
Regard,
Yes, this is the build number. You are using the RTM version for 14.1. And yes with this build the issue is reproduced on my side also. This issue is fixed in the last SR, which you can download from here.
-Mircho
Did you try to download the last SR for 14.1(it's build number is 2283) from the provided location in previous post. Hope you have, because I have good news for you. Using last SR for 14.1 I think I have managed to work around the issue. I have attached the project. I have tried to use same logic with the RTM (build you have) but there are other issues that can not be worked around. So please download last SR and test your scenario with the attached project.
M.Yovchev
Thank you for the feedback. I am glad that it is working now. Let me know if you have other questions.
Thanks a lot.
It is working fine :). Regarding the lastest build dlls, I could not able to download @my office. Have raised a request for the dlls. Hopefully will get them soom.