DataGridView

  • Thread starter Thread starter Tony K
  • Start date Start date
T

Tony K

I want to perform a specific action but do not know when... I have a
DataGridView with 4 columns. When the second column ( row.Cells(1) ) is
edited and then loses it's focus, I want to set up a query to fill in the
next column. Is there a method name that would be "triggered" when the
column is edited then loses focus?

Thanks in advance,

Tony K
 
Back
Top