OK. I've got a bound datagridview, which was set to readonly by default. Then I want a 'Edit' link at the end of each row and when it's clicked, change the entire row to enable editing in all cells of this row only. Meanwhile, the 'Edit' link column is changed to a 'Complete' button maybe. When that button is clicked, update the data to both datagridview and backend data source. And restore to readonly again.
I did some research and highly doubt if this can be implemented in winform easily.
Any clue?
Thanks,
Nico
You Can't Stop Me!