Kaynağa Gözat

Digital Forms Dashboard can now be multi-selected

frankvandenbos 3 ay önce
ebeveyn
işleme
ae1b745c53

+ 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)