J
Jeff
..NET 2.0
I'm wondering if it is possible set the DataGridView.DataSource to a
List<object> collection. Where object is a class derived from the object
class.
If it's possible then my question is how?
I ask becasue I think it's much better to use the collection directly than
performing a foreach statement adding the rows to the DataGridView...
any suggestions?
Jeff
I'm wondering if it is possible set the DataGridView.DataSource to a
List<object> collection. Where object is a class derived from the object
class.
If it's possible then my question is how?
I ask becasue I think it's much better to use the collection directly than
performing a foreach statement adding the rows to the DataGridView...
any suggestions?
Jeff