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
524
Add Checkbox in xamDataGrid column.
posted

  One of  xamDataGrid column, have entries like 1 or  0. Insted of 1 or  0, I want checkbox in that column. Can you please give any idea..?Thank you.

  • 69686
    Suggested Answer
    posted

    Hello,

    There are couple of ways to do this. IValueConverter is what is generally used in all of them.

    You can create a converter for the Field and assign it to the Converter property of the field.

    You can create a style for the editor(XamCheckEditor) and bind the value with a converter