DataGridCheckBoxColumn immediate binding

Posted by Johan Zell on Stack Overflow See other posts from Stack Overflow or by Johan Zell
Published on 2010-03-29T10:58:23Z Indexed on 2010/03/29 11:03 UTC
Read the original article Hit count: 262

Filed under:
|
|

Hi. I'm using the WPF Toolkit Datagrid and have one column which is a DataGridCheckBoxColumn bound to a bool property on my ViewModel.

My problem is that I wan't the property to get it's value updated immediately when the user checks or unchecks the checkbox.

Now you have to navigate away from the cell in order to have the property updated. It's a checkbox. It can't be in the middle of editing like a textbox can...

Any help would be appreciated.

/J

© Stack Overflow or respective owner

Related posts about wpf

Related posts about datagrid