onCellClicked = function (event, col, row) setcelltext fails
obj.onCellClicked = function (event, col, row){
obj.setCellText("name",col, row);
};
obj.setCellText fails inside function; though obj.getCellText(col,row) is OK.
Whats possible reason?
obj.setCellText("name",col, row);
};
obj.setCellText fails inside function; though obj.getCellText(col,row) is OK.
Whats possible reason?
December 12,