Comments
Sort by recent activity
Hi Brian,
Sorry, I should have mentioned that this is an issue with the standard Visual Studio 2010 dataGridView as well:
BindingList<MyDataObject> gridBatchDataList = new BindingList<MyDataObject>();
dataGridView.DataSource = gridBatchDataList;
Not doing anything special here.
Best regards,
Woody / comments
Hi Brian,
Sorry, I should have mentioned that this is an issue with the standard Visual Studio 2010 dataGridView as well:
BindingList<MyDataObject> gridBatchDataList = new BindingList<MyDataObject>...