DataGridView.CellValueChanged not firing on bound DataGridView

Posted by Wesley on Stack Overflow See other posts from Stack Overflow or by Wesley
Published on 2010-04-05T18:36:05Z Indexed on 2010/04/05 18:43 UTC
Read the original article Hit count: 947

Filed under:
|
|

When I change a value programatically in a DataTable that my DataGridView is bound to, the appropriate CellValueChanged event is not firing for the DataGridView. I'm trying to change a cell's background color based on cell value when the DataTable is filled with data without iterating through every row and checking each value.

© Stack Overflow or respective owner

Related posts about c#

Related posts about datatable