I have a datagrid on a form that's bound to a table(ID, Company, Contact). I've created two buttons, one for Add function (using .AddNew), one for Cancel (using .CancelEdit).
When I click the Add button, it shows a new record for add, no problem so far. During the Add function, when I click...