I dont want bold out rows when I add the row......

I dont want bold out rows when I add the row…
I am using below code to make the font weight normal but when never i m trying to update the add row it again converted to bold.

if(state&&mode==“inserted”){
lazyGrid.forEachCell(id,function(obj){
f (obj.wasChanged()) obj.cell.style.fontWeight=“normal”;
});
return true;
}

Thank You

i got the solution

replace return 0 with return true