简单账表 组合表头超出35列的问题
金蝶云社区-tsy
tsy
0人赞赏了该文章 1,590次浏览 未经作者许可,禁止转载编辑于2016年05月17日 11:34:03

1、cloud 5.0 补丁是2015年11月的补丁
2、开发简单账表 动态表头,列数超出35列
3、增加构件插件 ,无效 已清除缓存,本地缓存 重启IIS;
public override void CreateControl(Kingdee.BOS.Core.DynamicForm.PlugIn.Args.CreateControlEventArgs e)
{
if (e.ControlAppearance.Key.EqualsIgnoreCase("FList"))
{
e.Control["enforcemerge"] = true;
}
base.CreateControl(e);
}