Adjust data layout
krogenth opened this issue · comments
krogenth commented
In order to use ComboBoxes or even GridDataView to display data, we will need to decouple data into their own Lists. At minimum, in order to populate the ComboBoxes, we will need to decouple the name data into its own List so it may be directly referenced. For the GridDataView option, we may need to decouple all data into separate Lists in order to be able to properly reference it.