Which data structure for List of objects + datagrid wiev
- by Martin
Hi,
I have to develop a code which will store a list of objects, as example below
101, value 11, value 12, value 13 ...etc
102, value 21, value 22, value 23 ...etc
103, value 31, value 32, value 33 ...etc
104, value 41, value 42, value 43 ...etc
Now, the difficulty is, that first column is an identifier, and whole table should always be…