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
Yep,
I will need a custom project with the update in the view model to find an eventual workaround that will fit your request.
M.Yovchev
PFA the sample, I did not explain the issue clearly before. I have reduced the width of the control to understand the issue easily. Now the entire text will not be displayed. You can see the issues using the below methods
1.) By clicking the button to update selection in view model
2.) Select the item in the control using mouse. And then press the tab key.
The end of the selected text is displayed now, which is the issue.
I want the selected text to be displayed from the beginning.
Thanks ,
Also PFA the image displaying image showing the issue and expected.
Can you please check how I have modified your sample project and say if this will be good for you.
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,
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.
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.
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
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,