SVN r426
SVN-Revision: r426
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user