Good grief, the advice to use a template column instead of a check box
column seems to work. A single gesture is required to toggle the check and
update the bound property. Who would have guessed?!

 

Greg

 

<data:DataGridTemplateColumn>

  <data:DataGridTemplateColumn.CellEditingTemplate>

    <DataTemplate>

      <CheckBox IsThreeState="False" IsChecked="{Binding IsBar,Mode=TwoWay}"
... />

    </DataTemplate>

  </data:DataGridTemplateColumn.CellEditingTemplate>

</data:DataGridTemplateColumn>

_______________________________________________
ozsilverlight mailing list
[email protected]
http://prdlxvm0001.codify.net/mailman/listinfo/ozsilverlight

Reply via email to