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
 
Cor, I've tried the dataview and that worked perfectly.

Thanks.
Richard
 

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