合并最新

This commit is contained in:
2022-12-20 09:32:32 +08:00
parent 844e9f1488
commit 1abdaa9476
654 changed files with 73563 additions and 9746 deletions
+4
View File
@@ -896,6 +896,10 @@ namespace FineUIPro.Web
string html = row.Values[column.ColumnIndex].ToString();
if (column.ColumnID == "tfNumber" && (row.FindControl("labNumber") as AspNet.Label) != null)
{
html = (row.FindControl("labNumber") as AspNet.Label).Text;
}
if (column.ColumnID == "tfNumber" && (row.FindControl("lblPageIndex") as AspNet.Label) != null)
{
html = (row.FindControl("lblPageIndex") as AspNet.Label).Text;
}