:: Forum >>

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
Thursday, April 23, 2009
Try this
obj2.raiseEvent("onCellValidated", {}, col, row);

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

This topic is archived.


Back to support forum

Forum search