Why should I use GroupInfoCollection for DataGrid grouping? #4555
Unanswered
djonasdev
asked this question in
Questions & Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
You use the
GroupInfoCollection
class both in your source code (of example application;WindowsCommunityToolkit/Microsoft.Toolkit.Uwp.SampleApp/Data/DataGridDataSource.cs
Line 167 in b21dbe7
Grouping works just as well with an
ObservableCollection
. However, my question here is how do I get theGroupInfoCollection.Key
in theDataGrid_OnLoadingRowGroup
eventHandler or what was theKey
property intended for?Beta Was this translation helpful? Give feedback.
All reactions