|
@@ -48,6 +48,7 @@ public class InvoiceStockMovementGrid : DynamicDataGrid<StockMovement>
|
|
|
options.SelectColumns = true;
|
|
options.SelectColumns = true;
|
|
|
options.MultiSelect = true;
|
|
options.MultiSelect = true;
|
|
|
options.FilterRows = true;
|
|
options.FilterRows = true;
|
|
|
|
|
+ options.PageSize = 1000;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
public Invoice Invoice { get; set; }
|
|
public Invoice Invoice { get; set; }
|