How to bind the itemsource of xamcomboeditor in Unbound field of Xamdatagrid to a textbox whose value change triggers the refresh of itemsource of xamcomboeditor and takes content of textbox as parameter.
Hello,
I am just checking your progress on the issue. Please do not hesitate to let me know if you have any further questions on this matter.
I have been looking into your issue and I have created a small sample application for you. In the sample application I am binding the ItemsSource of the xamComboEditor for the text of a TextBox. Since the Text property contains array of chars I am using a converter to get the whole text.
Please find the attached sample application and feel free to let me know if you have any further questions on this matter.
I have an unbound field of xamcomboeditor type in my xamdatagrid. I want to bind the itemsource of that xamcomboeditor to ANY user based input. For example user inputs via a textbox and hits a submit button then based on the input, the comboboxitems change. How cam I achieve this?
Thank you for your post. I have been looking into it and it seems that I am missing something from your scenario. Would you please further explain the functionality you want to achieve. This way I would be able to further research the issue and provide you with further support.
Thank you for the provided information. Looking forward to hearing from you.