为什么表单插件这样设置颜色无效果的啊?
1,721次浏览
编辑于2014年12月04日 00:19:18
引用是表单插件:AbstractBillPlugIn
public override void EntityRowClick(EntityRowClickEventArgs e)
{
string redColor = "#FF6666";//淡红
EntryGrid grid = this.View.GetControl
grid.SetRowBackcolor(redColor, e.Row);
base.EntityRowClick(e);
}
为什么表单插件这样设置颜色无效果的啊?