dotnetmonitor.com

 
Index
Previous
Next

 

Use the AllowUserToAddRows property to indicate whether the row for new records is displayed. The default value of this property is true.

 

The new row is the last row in the grid:

 

For the data bound case, the row for new records will be shown if the AllowUserToAddRows property of the control and the IBindingList.AllowNew property of the data source are both true. If either is false then the row will not be shown.

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