Using Leave event to trigger an Update in Datagrid

  • Thread starter Thread starter Earl
  • Start date Start date
E

Earl

I've often used the datagrid CurrentCellChanged event to trigger my Update
code. However, I've noticed with checkbox columns, this event is not
triggered in the same fashion as with textboxcolumns. So I've been playing
around with the datagrid Leave event to trigger an Update and am curious if
others have any cautionary (or other) advice.
 
Back
Top