I've been developing with VB for 10 years and I've been through about 5 generations of grid controls. I can't spend a day or a week learning how a new one works, and I looked at the nice FAQ that the mod posted, but it's no quick answer. I'm hoping someone can give me the quick answer and I'll get back to building my project.
I've got the DataGridView linked to my table and it displays the data nicely. I can edit the data in the grid, but it doesn't get saved to the database. What setting or magic word do I need to make the changes save to the database?
Thanks
Steve