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