:: Forum >>

call validate routine

I have a situation where the cell text is being filled in programmatically, not with keystrokes and so the validate routine does not get called.

How can I trigger the

obj.onCellValidating = function(text, column, row){ . . . }

routine?

[Alex, I bought a license just now, btw]
ericj
Thursday, August 10, 2006
eric/alex,

I'm be interested something similar or a way to programmatically initiate the equivalent of pressing the enter key.

Jeff
Thursday, August 10, 2006
Eric,

possibly I am missing something - why can't you just call the method directly -

obj.onCellValidating(text, col, row); // ???
Alex (ActiveWidgets)
Friday, August 11, 2006

This topic is archived.


Back to support forum

Forum search