Binding DataGridView to a Collection.
C#
1
Posts
1
Posters
0
Views
1
Watching
-
I have a DataGridView on a Windows Form. Data, from a Collection object is being stored in a BindingSource. From the BindingSource it is than passed on to the DataGridView. On debugging, all three (the collection object, the BindingSource and the DataGridView) show that they have the values. But after running the application, the DataGridView doesn't display the values. Kindly tell me a solution for this. Thanks in advance :)