DataGridCheckBoxColumn

2011-12-05 Thread Greg Keogh
So I bind some DataGrid columns and one of them is a bool which corresponds to a DataGridCheckBoxColumn. It all displays nicely and I get excited. Then I notice that clicking the CheckBox cell puts it in edit mode, then I click it again to change the value. Then I notice that the binding

RE: DataGridCheckBoxColumn

2011-12-05 Thread Steven Nagy
Disclaimer - Office365 just put your post in my ozWpf folder and that was the hat I was wearing when I answered. Still, should be much the same... From: ozsilverlight-boun...@ozsilverlight.com [mailto:ozsilverlight-boun...@ozsilverlight.com] On Behalf Of Steven Nagy Sent: Tuesday, 6 December

RE: DataGridCheckBoxColumn (fixed?!)

2011-12-05 Thread Greg Keogh
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