BryanJ
Jun 5th, 2002, 09:44 PM
I have a datagrid which is bound to a DataTable.
I would like the user to be able to edit the data in the grid but not be able to add a new record.
If I set the ReadOnly property to false I see that the Grid adds an extra row at the end for record addition.
How does one prevent this extra row. Is there some method to prevent additions to the DataTable.
I would like the user to be able to edit the data in the grid but not be able to add a new record.
If I set the ReadOnly property to false I see that the Grid adds an extra row at the end for record addition.
How does one prevent this extra row. Is there some method to prevent additions to the DataTable.