B
B. Chernick
Someone refresh my memory. I have a datagridview bound to a binding source.
(VB/Dot Net 2.0). Adds are permitted in the DataGridView.
Assuming that I'm in 'Add Mode' (I'm in a cell of the bottom row) I wish to
test the contents of a cell in the new row on exit (from that cell, NOT from
the new row). If the test fails, I want the Add to be cancelled. I want
everything in the add row to vanish. I want the grid to go back to the
current last existing row. I seem to be having some trouble getting this to
work.
What's the preferred method?
(VB/Dot Net 2.0). Adds are permitted in the DataGridView.
Assuming that I'm in 'Add Mode' (I'm in a cell of the bottom row) I wish to
test the contents of a cell in the new row on exit (from that cell, NOT from
the new row). If the test fails, I want the Add to be cancelled. I want
everything in the add row to vanish. I want the grid to go back to the
current last existing row. I seem to be having some trouble getting this to
work.
What's the preferred method?