Hello All;
In my project, I have a DatagridView. I created a custom column with a datagridviewcheckboxcell. What I am trying to do is to run a routine when the check box in the datagridview is checked or unchecked. I can only get it to work when you click off of the cell onto another cell.
Example --- when the checkbox is checked or unchecked, it subtotals values from the grid and displays it at the bottom of the form. But this only works IF I check or uncheck the checkbox, and then click on something else. I need it to work as soon as the checkbox in the datagrid is checked or unchecked. How do I fire the CheckChanged Event from a cell in the datagridview? Right now, it only works on the CellChanged Event from the datagridview.
Thanks,
Todd
Todd Lerew