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) => {