3.2.0

Triggering onValildated

I have a grid. Double clicking on that grid populates a cell in another grid (grid2). Grid2 has some onValidate code that works great if I'm pressing keys. However, the onValidate code is never triggered by simply filling in the cell programatically.

Any suggestions?

Thanks!
Chris
April 23,
Try this
obj2.raiseEvent("onCellValidated", {}, col, row);

http://www.activewidgets.com/javascript.forum.22723.1/pass-parameters-to-obj-raiseevent.html
Carlos
April 24,

This topic is archived.

See also:


Back to support forum