data datagridview

  1. L

    Question Remove Row from a DataGridView

    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...
  2. C

    event changes to DataGridView

    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...
Back
Top