I noticed that xamGrid allow to add CheckBox column.
How to add RaidioButton as a column and all of columns sharing groupName and support data binding?
Hi,
RadioButton's probably won't work from column to column, b/c they'd be in a different naming container.
You're better off having a property on your data model for each property, and update them manually.
-SteveZ