I have in my project a DataGridView with 7 Cells (columns) and one row.
When I'm leaving the last cell i want to do two things A) write the data in a SQL table and B) delete the current row in order to bring the control to its initial state.
As for the write issue that is goes well but when I'm...
Hi
I have a DataGridView with a datatable as its datasource.
I am looking for a way to determine if data has been chaned or added or deleted so that I can enable a Save button.
I can use the DataSourceChanged Event but id a row is added then deleted the net change is 0 also if a cell is edited...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.