dotnetmonitor.com |
|
||||||||||||
| 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. |
||||||||||||
|
||||||||||||