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.
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