Hi,
I have a class that represents a row of data and a class that represents a column definition and value. If my row contains a collection of columns with their values how hard is it to get the DataGridView to bind to the row (or a collection of rows) and for it to use my column collection to obtains both the column names for the grid and the cell values?
I have tried doing this with the DataTable and it just works, now I want to do it with my own classes.
Any help would be great!
Regards
Graham