2024年4月4日发(作者:)
(row2);
TableCell msgCell = new TableCell();
ss = this._EmptyDataCellCssClass;
if (ataTemplate != null) //the second row, use the template
{
tiateIn(msgCell);
}
else //the second row, use the EmptyDataText
{
= ataText;
}
ntalAlign = ;
Span = ;
(msgCell);
Control(writer);
}
protected override void Render(HtmlTextWriter writer)
{
if ( _enableEmptyContentRender && ( == 0 || [0].RowType == ataRow) )
{
RenderEmptyContent(writer);
}
else
{
(writer);
}
}
}
}
I love the improvement!


发布评论