diff --git a/插件库/Lskj.Control/BandedGridControlEx.cs b/插件库/Lskj.Control/BandedGridControlEx.cs index 61f2431..7f9569f 100644 --- a/插件库/Lskj.Control/BandedGridControlEx.cs +++ b/插件库/Lskj.Control/BandedGridControlEx.cs @@ -264,7 +264,7 @@ namespace Lskj.Control /// public void OnGridViewRowCellStyle(object sender, RowCellStyleEventArgs e) { - if (e.RowHandle >= 0 && this.GridRowColorsTable != null && this.GridRowColorsTable.Rows.Count > 0 && !string.IsNullOrEmpty(e.CellValue + "")) + if (e.RowHandle >= 0 && this.GridRowColorsTable != null && this.GridRowColorsTable.Rows.Count > 0 ) { // 渲染界面数据量过多界面刷新会很慢 //DataTable table = this.gridControl.DataSourceTable();