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

Re: Visual Basic .net Datagrid witout Insert by Morten

Morten
Mon Nov 08 04:09:54 CST 2004

Hi haerry,

Take a look at DataView and its NewRow property.

Happy Coding!
Morten Wennevik [C# MVP]

"haerry" <haerry@discussions.microsoft.com> skrev i melding
news:29354846-AC03-4BC3-9267-F36F76F11238@microsoft.com...
> 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