Wow, this is cool.
I would just create a datatable - actually, I would build a translation algorithm that would translate a nested array to data tables
This is essentionally what my O/R mapper does.once in a datatable (nested - you would have one table with primary key (1st dimension) one with foreign key (2 dimensional)
Something like that.
But manually building the tables, thats built in. Then you automatically have the + signs on the cells and can expand it, like a pivot table, and see the next dimension
Are we talking the same thing? The data grid is tricky, but some of the things are very nice :) DataGrid is one of my favorites. |