dotnetmonitor.com

 
Index
Previous
Next

 

The following identifies the order of validation, enter/leave and begin/end edit events. The EditMode is EditOnEnter.

When moving from cell to cell (in the same row)

1)       Cell Leave (old cell)

2)       Cell Validating/ed (old cell)

3)       Cell EndEdit (old cell)

4)       Cell Enter (new cell)

5)       Cell BeginEdit (new cell)

 

When moving from one row to another you get:

1)       Cell Leave (old cell), Row leave (old row)

2)       Cell Validating/ed (old cell)

3)       Cell EndEdit (old cell)

4)       Row Validating/ed (old row)

5)       Row Enter (new row)

6)       Cell Enter (new cell)

7)       Cell BeginEdit (new cell)

What is the DataGridView
Differences between the DataGridView and DataGrid controls
Highlight of features
Structure of DGV
Architecture Elements
Cells and Bands