[ECSide] 在复杂表头的情况下,编辑操作不好用

twodream 2007-08-31
一个解决方法:
在editCell方法中增加如下的代码:

if(templateId == null){
for(var i=1;i<10;i++){
thcell = ecsideObj.ECListHead.rows[i].cells[idx];
if(thcell == undefined){
continue;
}
templateId = thcell.getAttribute("editTemplate");
if(templateId != null){
break;
}
}
}
twodream 2007-08-31
BTW,我用的是2.0RC1
Global site tag (gtag.js) - Google Analytics