This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

DEVELOPERS FORUM - Helpful note on Grid Events and Forms

Phil - Tuesday, January 19, 2010 1:47 PM:

I just spent a solid hour figuring this out, so I figured I would post it here in case it helps anybody. 

If you want to write a client side method for a relationship grid event (onSelectRow,onInsertRow,onDeleteRow) and access elements on the Item's Form then here is the trick: The Form's DOM (document) object can be found by:

parent.parent.frames[1].document 

 

I hope that helps somebody out!