DataGrid, how to prevent Insert

  • Thread starter Thread starter a
  • Start date Start date
A

a

How can I prevent the user from clicking on the last row to insert new
records. I just want my DataGrid to do updates. Thanks.
 
The DataView has an AllowNew property that you can set to False to prevent
user row inserts.
 
Back
Top