If I have smart rendering on for a table (and more rows than visible so it’s using that gimmick) then calling clearChangedState() fails…throws a JavaScript error:
Microsoft JScript runtime error: ‘childNodes’ is null or not an object
It’s in the actual function…
this.clearChangedState=function(){for(var a=0;a<this.rowsCol.length;a++)for(var b=
this.rowsCol[a],c=b.childNodes.length,d=0;d<c;d++)b.childNodes[d].wasChanged=!1};