Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
60
Empty GroupRecords are missing in 21.2
posted

I have a XamDataGrid which is bound to a CollectionView for its DataSource. This CollectionView has four groups which are added as GroupDescriptions.  The FieldLayoutSettings for the grid specify the GroupByEvaluationMode as UseCollectionView.

I am currently using v17.1, and in that version, I can see all four groups in the grid, even when some of the groups are empty.  However, upon upgrading to 21.2, the empty groups are now missing, and only the groups with records associated with them are displayed.

How can I make the empty groups appear in 21.2?  Is there some new setting that has been added which is required now?