Visual Basic .net Datagrid witout Insert

  • Thread starter Thread starter Guest
  • Start date Start date
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
 
Hi haerry,

Take a look at DataView and its NewRow property.

Happy Coding!
Morten Wennevik [C# MVP]
 
Back
Top