3.2.0

Retrieve the cell value on the keypress/keydown event??

Plz, can anyone show the example?
Thanks
Maja
December 7,
row.setEvent("onkeydown", function(){this.action("readMes1")});
obj2.setTemplate("row", row);
obj2.setAction("readMes1", doReadMessage1);


function doReadMessage1(src)
{
rowid=obj2.getSelectionProperty("index");
}
jithendra
May 22,

This topic is archived.

See also:


Back to support forum