浏览代码

Digital Forms Dashboard can now be multi-selected

frankvandenbos 3 月之前
父节点
当前提交
ae1b745c53
共有 1 个文件被更改,包括 1 次插入0 次删除
  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)