I am using Visual Studio .NET on a Windows XP Pro Operating System machine. Using
VB.NET I am trying to make a datagrid. Everything is all set with it except I don't want the users to be able to add a record using the datagrid. I do need to let the user update some of the fields, so i can't make the datagrid completely read-only. Really, I just don't want that last row to show up in the datagrid. You know, the last row that if I start typing data into it, it adds a new record. Any ideas how to get rid of this row? I have a feeling it isn't something I do to the datagrid itself, but something I do to the dataset or adapter. haven't figured it out yet. Thanks for any help!