Hi UrNot,
We need to call the EndEdit method of the DataGridView and the BindingSource before we update the data to database. This is the code: dataGridView1.EndEdit(); bindingSource1.EndEdit();
Let me know if this helps. Aland Li Please mark the replies as answers if they help and unmark if they don't. This can be beneficial to other community members reading the thread. |