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: 159

Filed under:
|
|
|

Is there any way how to override DataGrids 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

Related posts about .NET

Related posts about wpf