This commit is contained in:
@@ -16,7 +16,7 @@ namespace AyaNova.DataList
|
||||
AllowedRoles = RoleSet.ReadFullRecord | RoleSet.Change;
|
||||
DefaultColumns = new List<string>() { "PurchaseOrderPONumber", "Vendor", "PurchaseOrderOrderedDate", "PurchaseOrderStatus",
|
||||
"PurchaseOrderExpectedReceiveDate" };
|
||||
DefaultSortBy = new Dictionary<string, string>() { { "PurchaseOrderPONumber", "+" } };
|
||||
DefaultSortBy = new Dictionary<string, string>() { { "PurchaseOrderPONumber", "-" } };
|
||||
FieldDefinitions = new List<DataListFieldDefinition>();
|
||||
|
||||
FieldDefinitions.Add(new DataListFieldDefinition
|
||||
|
||||
Reference in New Issue
Block a user