User248267340 posted
My dgv is data-bound to an SQL server table, and works fine.
But when a user toggles the value (check or uncheck) in the dgv column, I need to test it.
I tried using the event CellValueChanged but it doesn't fire as soon as the checkbox changes value.
I know I'm not understanding this very well. The point is to have a column named "Completed" so that if a user has finished something,
he can check the empty box, and I would get the table updated for that column.
Any suggestions?
I'm using VS 2019 and the Dataset feature for dsg. All my past experience is with unbound dgv, so I'm a little lost right now.