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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top