浏览代码

Added FilterRow to Supplier Bill Lines

frankvandenbos 2 月之前
父节点
当前提交
d77c26edce
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      prs.desktop/Panels/Suppliers/Bills/SupplierBillLineGrid.cs

+ 2 - 0
prs.desktop/Panels/Suppliers/Bills/SupplierBillLineGrid.cs

@@ -295,6 +295,8 @@ public class SupplierBillLineGrid : DynamicOneToManyGrid<Bill, BillLine>
         options.SelectColumns = true;
         options.DirectEdit = true;
         options.DragTarget = true;
+        options.FilterRows = true;
+        options.HideDatabaseFilters = true;
     }
 
     private bool BillLineEdit_Click(CoreRow? row)