Programatically adding a row to a DataGridView that is bound to a datasource
Hi!
I've been trying the whole evening to programatically add rows to my DataGridView but I can't seem to get it working I tried lots of differents ways but none of them seem to be working.
I get no errors, everything looks fine.
I have a WinForm, I added a DataGridView, bound a DataSource to it (table from a SQL 2008 connection).
The data shows up in it, everything is fine but I want to process the data before showing it, so I want to programatically add rows myself.
Bookmarks