3.2.0

starting editing automatically and programatically

Hi

I've trying the example in /javascript.forum.13419.1/error-on-obj-raiseevent-editcurrentcell.html, but it not start editing automatically, it just focus the cell.

i would like, that onCellValidate, it starts automatically editing the next cell with the cursor blinking, ready for text insertion.

here's my code:
obj.onCellValidating = function(text, col, row)
{

obj.setCurrentColumn(row+1);
obj.setSelectedColumns([row+1]);
try
{
this.raiseEvent("editCurrentCell");
}
catch(err){}
}

thanks in advance
Nuno Silva
September 27,

This topic is archived.

See also:


Back to support forum