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
 

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

Similar Threads

Question about using DataGrid in VB.Net 3
Limit row to add in datagrid?? 2
Getting Data from the DataGrid. 3
Datagrids 4
VB.NET Datagrids 2
Problem in datagrid 1
Sorting a datagrid 1
DataGrid update problem 1

Back
Top