2023-10-25
This commit is contained in:
@@ -91,11 +91,12 @@ namespace FineUIPro.Web.PHTGL.ContractCompile
|
||||
x.EstimatedAmount,
|
||||
x.SettledQuantity,
|
||||
x.SettledAmount,
|
||||
x.ContractId
|
||||
x.ContractId,
|
||||
x.SerialNumber
|
||||
};
|
||||
;
|
||||
Grid1.RecordCount = q.Count();
|
||||
Grid1.DataSource = q.ToList();
|
||||
Grid1.DataSource = q.ToList().OrderBy(x => x.SerialNumber, new CustomComparer()).ToList();
|
||||
Grid1.DataBind();
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user