为什么表单插件这样设置颜色无效果的啊?
金蝶云社区-云社区用户9E211234
云社区用户9E211234
0人赞赏了该文章 1,618次浏览 未经作者许可,禁止转载编辑于2014年12月04日 00:19:18

引用是表单插件:AbstractBillPlugIn
public override void EntityRowClick(EntityRowClickEventArgs e)
{
string redColor = "#FF6666";//淡红
EntryGrid grid = this.View.GetControl("FEntity");
grid.SetRowBackcolor(redColor, e.Row);
base.EntityRowClick(e);
}

为什么表单插件这样设置颜色无效果的啊?