SVN-Revision: r426
This commit is contained in:
wyf
2025-04-01 06:17:26 +00:00
parent d4df8419a5
commit 3104049132
@@ -264,7 +264,7 @@ namespace Lskj.Control
/// <exception cref="System.NotImplementedException"></exception>
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();