V
Vanny
How to show all rows in the datagridview from a collection? When I try to
populate the datagridview from a list(of T) collection, I can see many rows
but they all the same. It looks like it shows only the last element of the
list.
What I did in code is just build a collection of my class as list and
assign it to the datagridview.datasource. What else should I do?
Thanks in advance for your help
Vanny
populate the datagridview from a list(of T) collection, I can see many rows
but they all the same. It looks like it shows only the last element of the
list.
What I did in code is just build a collection of my class as list and
assign it to the datagridview.datasource. What else should I do?
Thanks in advance for your help
Vanny