disable datagrid insert

  • Thread starter Thread starter greg_chu
  • Start date Start date
G

greg_chu

Hi, is there a way to disable the insert of the last row of datagrid?

I do not want it even show up.

Thanks!

Greg
 
Hi,

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

Ken
-----------------
Hi, is there a way to disable the insert of the last row of datagrid?

I do not want it even show up.

Thanks!

Greg
 

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