Activity overview
Latest activity by woody
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>...
Issue with "BindingList" as DataSource for Gridview
Hello,
I am using Smart Assembly 6.6.4.95 with DevExpress. I have run into occasional problems with "Pruning" and thought maybe I should start posting them. I often use BindingList<T> as the DataSo...