VB.net Datagrid - allow updates but not additions

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Does anyone know how I can allow updates to a datagrid while hiding the
insert row that appears as the last row in the datgrid control?

I want users to be able to update select columns for existing records, while
preventing them from inserting new records from the datagrid itself.
 
Bhooper,

That should be possible, probably you have disabled more than only the
dataview.addnew = false.

I hope this helps,

Cor
 
Back
Top