Grid Contol

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

Guest

I know I saw something about this once before, but now I can't find it.

I have a grid control that is bound to a manually created dataset.

I want the user to be able to edit the contents of the cells, but I don't
want them to be able to add new rows.

Any help?
 
Hi,

Dataset.Tables(0).DefaultView.allownew=false

Ken
-----------------
I know I saw something about this once before, but now I can't find it.

I have a grid control that is bound to a manually created dataset.

I want the user to be able to edit the contents of the cells, but I don't
want them to be able to add new rows.

Any help?
 

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