When I go:
Datagridview.datasource = llblcollection, properties come up in grid in order of fields in tables, and with some intelligent widths already there, (I believe);
If I do the same binding with my own custom generic List collection the order of the columns in the datagridview (winforms) is some order I can't even guess at. Not alpabetical, not datatype, length, etc.
Is there any simple thing that can be done besides working with rows and columns to get your kind of binding functionality?
Thanks,