I am using a set of DataGridViews (dgv) to display a class\'s members via properties. I use the dgv so that the user can edit the value of the member right in the view (so
I changed my datasource from List(Of T) to List(Of T).ToArray()