Inserting a new row programatically in a bound datgridview
Visual Basic
2
Posts
2
Posters
0
Views
1
Watching
-
hi well the title is pretty self explanotary.....I'm just trying to insert a row after the currently selected row in a datagridview programatically? anybody please help with this Mr Oizo
If the grid is bound to a datasource, you don't add the new row to the datagridview. You add it to the datasource, probably a DataTable. How you do that depends entirely on your datasource.
A guide to posting questions on CodeProject[^]
Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
2006, 2007