From e498241396a5d0071007be5f61a4d9fb963d7812 Mon Sep 17 00:00:00 2001 From: Hai Quoc Nguyen <49754272+thunderhead021@users.noreply.github.com> Date: Wed, 7 Aug 2024 08:33:47 +0200 Subject: [PATCH] #198 - Add SelectedItems to the example to show the error @symbiogenesis With the SelectedItems bind to IList SelectedTeams and use in the view. The example won't run at all. Only when remove it from the view the example can run again --- Maui.DataGrid.Sample/MainPage.xaml | 232 +++++++++++------- .../ViewModels/MainViewModel.cs | 6 + Maui.DataGrid.Sample/packages.lock.json | 26 +- 3 files changed, 168 insertions(+), 96 deletions(-) diff --git a/Maui.DataGrid.Sample/MainPage.xaml b/Maui.DataGrid.Sample/MainPage.xaml index 99e7fdd..25d68bc 100644 --- a/Maui.DataGrid.Sample/MainPage.xaml +++ b/Maui.DataGrid.Sample/MainPage.xaml @@ -1,88 +1,154 @@ - + - - + + - -