Hello,
I do not want to use 3rd party controls because I would have to buy a suite for justing using one control...
So is there any chance I can arrange 3 entities: Subject, Grade and Pupil in that way on a simple DataGrid to show Pivot data like:
...........Math....Sports....
M.Kramer...A.......C.........
B.Jonson...D.......A.........
Does the binding for example work on the RowHeader with properties of a custom object/entity ? And would sorting destroy the whole relations between the entities ?
You ever tried to do something like that?