How to Commit Cell Edit Upon Leaving Cell

Posted by BSalita on Stack Overflow See other posts from Stack Overflow or by BSalita
Published on 2010-05-30T17:13:16Z Indexed on 2010/05/30 17:22 UTC
Read the original article Hit count: 365

Filed under:
|
|
|
|

I'm using a matrix DataTable bound to a DataGrid. Cell edits aren't committed to the DataTable until a different row is clicked. How can I commit changes when any cell gets focus?

© Stack Overflow or respective owner

Related posts about datagrid

Related posts about datatable