I have DataGridView
that has DataSource
setado with List<MinhaClasse>
and would like to add a new line to it.
I know this is not possible using the AddRow()
method of DataGrid
.
Is there any way I can do this?