Why should I use GroupInfoCollection for DataGrid grouping? #4555
Unanswered
boexler
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
You use the
GroupInfoCollectionclass 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.Keyin theDataGrid_OnLoadingRowGroupeventHandler or what was theKeyproperty intended for?Beta Was this translation helpful? Give feedback.
All reactions