I want to convert a list to comma separated string. For that purpose I am using multivalue converter.
But I dont know how to bind it to a field in xamdatagrid.
Thanks.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Could this work for you?
I’m not so sure property “Content” works, but I can’t test it right now, If it is not you can just define a template inside you CellValuePresenter and bind the converter to a textbox or any other control you want to use
Hope this helps