Extending DataGrid/Changing DataGrids header
Posted
by
drasto
on Stack Overflow
See other posts from Stack Overflow
or by drasto
Published on 2011-01-15T23:02:28Z
Indexed on
2011/01/16
23:53 UTC
Read the original article
Hit count: 180
Is there any way how to override DataGrid
s header line ? Or at least its behaviour ? I'm trying to implement Outlook-like grouping of the table. That is allow user to drag column header out of the table to the dedicated area to sort by that column (for example XamDataGrid
has that feature, you can see how it works here).
I cannot use any commercial solutions.
I will be thankfull for any experiences, ideas, code, notes or tutorials.
© Stack Overflow or respective owner