SVN r1022
SVN-Revision: r1022
This commit is contained in:
@@ -478,7 +478,7 @@ namespace Lskj.Control
|
|||||||
{
|
{
|
||||||
if (dataRow.Table.Columns.Contains("customHeaderTips"))
|
if (dataRow.Table.Columns.Contains("customHeaderTips"))
|
||||||
{
|
{
|
||||||
string customHeaderTips = dataRow["dataRow"] + "";
|
string customHeaderTips = dataRow["customHeaderTips"] + "";
|
||||||
if (!string.IsNullOrEmpty(customHeaderTips))
|
if (!string.IsNullOrEmpty(customHeaderTips))
|
||||||
{
|
{
|
||||||
groupHeaderElement.Text = ReplaceHelper.ReplaceRowParam(dataRow, customHeaderTips);
|
groupHeaderElement.Text = ReplaceHelper.ReplaceRowParam(dataRow, customHeaderTips);
|
||||||
|
|||||||
Reference in New Issue
Block a user