Hello,
lets say i have a grouped and sorted SfListView, the data is grouped by date and sorted by time.
Now when i add a new item with an date that not existed previously in my bound ItemsSource a new group will be added with my item at the bottom of the SfListView instead of where it should be.
So if i have this:
and i add a new item for the 25.11.2021 at 8:00
i get this:
- 24 Nov. 2021
- 26 Nov. 2021
- 25 Nov. 2021
What can i do to get list correctly sorted?
Regards,
Kalle