moving cursor to last (new) row in datagrid
Visual Basic
1
Posts
1
Posters
0
Views
1
Watching
-
on my form i have textboxes and a datagrid, each column in the datagrid relating to each of the texboxes on the form. When i click the "new" command button, i am blanking out the text in the textboxes to allow for new entry. I also want the cursor in the datagrid to point to a new row (record) (i have set the property of the datagrid to AllowAddNew), how do i do this? Thanks in advance!