on 4th cell click i want to check that 3rd cell has value or not 4cell is (coro)
please send its urgent
thank you
mygrid.attachEvent(“onRowSelect”,function(id,ind){
if (ind==3){
if (grid.cells(id,4).getValue()) alert(“has value”);
else alert(“empty”);
}
})