Displaying data from a flexible database structure
LINQ
1
Posts
1
Posters
0
Views
1
Watching
-
I want to let the user define the columns for the database, so I have one table which contains all column names, one table which contains the row ids and one table which contains the values (and references to row and column). How can I display data like that in a DataGrid? I somehow need to get to the cell with a certain column..