Browse Source

Added FilterRow to Supplier Bill Lines

frankvandenbos 2 months ago
parent
commit
d77c26edce
1 changed files with 2 additions and 0 deletions
  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.SelectColumns = true;
         options.DirectEdit = true;
         options.DirectEdit = true;
         options.DragTarget = true;
         options.DragTarget = true;
+        options.FilterRows = true;
+        options.HideDatabaseFilters = true;
     }
     }
 
 
     private bool BillLineEdit_Click(CoreRow? row)
     private bool BillLineEdit_Click(CoreRow? row)