grid.attachEvent("onCheckbox",function(id,ind,state){ alert("checkbox at row "+id+" cell "+ind+" was "+(state?"checked":"unchecked"));});