FYI: DataSource DataSet DataTable. DataSet , . DataTable DataSet .
By the way, I set the DataSource property in an intermediate BindingSource object that was associated with a DataGridView, and not in the DataGridView itself. Not sure if that matters.
This can only concern the question, since the DataSource in the question was XML, not a DataSet. However, others with my problem are likely to come across this topic (like me), so I posted it anyway.
source
share