Visual Basic .net Datagrid witout Insert

G

Guest

Hi,

I'm trying to create a Configuration Form with a datagrid. What I want to do
is to show the values which may be edited, but no new row should be add. So,
how can I show a datagrid without an insert-Row (*).

Thanks for help,

haerry
 
M

Morten Wennevik

Hi haerry,

Take a look at DataView and its NewRow property.

Happy Coding!
Morten Wennevik [C# MVP]
 

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

Top