I have a linq2sql query that results in an IGrouping<Users, string
>, that I want to bind to a ListView:
<ListView Name="UsersListView">
<ListView.View>
<GridView>
<GridView.Columns>
</GridView.Columns>
</GridView>
</ListView.View>
</Listview>
How can I do this?