0
Alan,
Set the ThreeState property of the checkbox to false.
You might need to make some changes..
Set AutoGenerateColumns for the datagrid to false. define the datagrid columns. Create a TemplateColumn for the boolean column. Set the ThreeState Property of the checkbox defined in the Template to false.
There may be other easier/shorter ways to do the same thing ..
- dip