3.2.0

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?
December 12,

This topic is archived.

See also:


Back to support forum