WPF/MVVM: Reshaping/Binding data on a DataGrid to a PivotGrid layout ?

Posted by msfanboy on Stack Overflow See other posts from Stack Overflow or by msfanboy
Published on 2010-05-30T18:52:09Z Indexed on 2010/05/30 19:02 UTC
Read the original article Hit count: 304

Filed under:
|
|
|
|

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?

© Stack Overflow or respective owner

Related posts about wpf

Related posts about datagrid