I want to be able to display data like the windows explorer detailsview as done here
As far as I can tell this is done by grouping using the treeview and displaying data using gridview, with the ability to sort the columns.
I have searched the web but there is no standard implementation of this principle and sorting style.
Can you tell me how to group using the treeview and display using the gridview preferable using xaml.
Say I have a observablecollection<Call>
Where Call contains:
name,
number,
date,
time.
And I want to group using date and display name, number, time