bug
lu
4 天以前 2e44301eda2efb4b61e6dc53d4fff668229f7321
DevApp/Gs.DevApp/ToolBox/UtilityHelper.cs
@@ -1868,6 +1868,7 @@
                    if (e.Column.FieldName.EndsWith("Color"))
                    {
                        int rowHandle = e.RowHandle;
                        if (rowHandle >= 0) {
                        DataRow row = gridView1.GetDataRow(e.RowHandle);
                        string _bgColor = row[e.Column.FieldName + "Rgb"].ToString();
                        if (!string.IsNullOrEmpty(_bgColor))
@@ -1879,6 +1880,7 @@
                        }
                    }
                }
                }
            };
            gridView1.RowStyle += (s, e) =>
            {