The checkboxcolumn in the xamgrid is tristate how can that be made with just true/false?
Thanks for pointer yes its nullable bool
Hi,
This actually depends on the type of the underlying property that the column is bound to. If it's a nullable bool (bool?) the checkboxes will be three-state.
Hope this helps,