Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
440
How to Bind List<string> as comma separted values
posted

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.