Browse Source

Digital Forms Dashboard can now be multi-selected

frankvandenbos 2 months ago
parent
commit
ae1b745c53
1 changed files with 1 additions and 0 deletions
  1. 1 0
      prs.desktop/Dashboards/Common/DigitalFormsDashboard.xaml.cs

+ 1 - 0
prs.desktop/Dashboards/Common/DigitalFormsDashboard.xaml.cs

@@ -1736,6 +1736,7 @@ public class DigitalFormsDashboardGrid : CoreTableGrid
         base.DoReconfigure(options);
 
         options.FilterRows = true;
+        Options.MultiSelect = true;
     }
 
     private bool Location_Click(CoreRow? row)