Simple Datagrid question

  • Thread starter Thread starter Rich
  • Start date Start date
R

Rich

Hi

This may be really simple, but I'm just learning! I have a windows form
with a datagrid. Can anyone tell me how I can change the datagrid to stop a
user adding new rows to it (ie. so they can only edit existing rows)?

Thanks
Richard
 
Hi Rich,

The only way I now is do it using a dataview and than set the dataview to
AllowNew = False

I hope this answer your questions?

Cor
 
Back
Top