Hello, when i am trying to group the listview, I always get this exception, no matter what. I tried different approaches to group the data. I also reduced my code to a minimal example using your simpleItem, but I still get this exception. Unfortunately, this exception line is all I get, therefore I am not able to pinpoint the problem.
Hello, when i am trying to group the listview, I always get this exception, no matter what. I tried different approaches to group the data. I also reduced my code to a minimal example using your simpleItem, but I still get this exception. Unfortunately, this exception line is all I get, therefore I am not able to pinpoint the problem.
XAML: `<ContentPage xmlns="http://xamarin.com/schemas/2014/forms" xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
`
PageModel:
` public class GalleryPageModel : FreshBasePageModel {
//var sorted = // Project.AllPics.OrderBy(p => p.Location) // .GroupBy(p => p.Location[0].ToString()) // .Select(p => new Grouping<string, ImageModel>(p.Key,p)) // .ToList();