Hi all,
I am working on a reporting program which send out reports by email.
I have a datagridview which displays the IDNumber, First Name, Surname, and Email Address for a number of people.
The IDNumber field/column is a combo box in the datagrid, while the rest are text boxes.
The scenario is that I am working towards is the ability to allow multiple rows of a given IDNumber, First Name, and Surname as some people may want the report to be sent to more than one email address.
I entered some data directly into the table before making the datagridview.
No problems so far. The problems begin during the process of adding a new record.
I click on the Add button on the Binding Navigator and it gives me a new row at the bottom, no problems there.
The problem is when I select an IDNumber from the combobox, it automatically jumps to the row which contains the information for that IDNumber!
What is causing this behaviour and how can I prevent that from happening?