Answer the question
In order to leave comments, you need to log in
Why doesn't the DataGridView display the DataSource?
Briefly speaking
DataGridView.AutoGenerateColumns = true;
DataGridView.DataSource = BindingSource.DataSource = List<myObject>;
Answer the question
In order to leave comments, you need to log in
I've seen at least 4 such questions, google first... ObservableCollection
will help you
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question