myGrid.loadXML("…/data");
myGrid.init();
alert(""); //no this no later taken
myGrid.forEachCell(myGrid.getRowId(0),function(cellObj,ind){ cellObj.setValue(1); });
After the end of initialization, and then continue with the following procedures,how to do
?