I have List<string> in many models of my project. i want to bind the column as comma separted strings when List<string> is the type of property.
Please help me in how we can achieve this in xamgrid implementation.
Hello,
Thank you for your post. I have been looking into it and I created a sample project for you with the functionality you want. Basically I used a TemplatedColumn with a Converter in order to convert the List into one String. Please let me know if this helps you or you need further assistance on this matter.
Looking forward for your reply.
Thanks Stefan, It really helped.