davidryan
15 Feb 2012, 10:50 AM
Hi there,
The scenario:
1. Grid with a button.
2. Button event, window created.
3. Save button in window, I want to get the original grid as part of the controller handling the button[text=Save] click event.
I thought I could walk up ownerCt and down, but ownerCt stops at Window. Is it possible to find the calling container (in this case the grid) of the Window without using id's, itemId's, ref's, etc.?
The scenario:
1. Grid with a button.
2. Button event, window created.
3. Save button in window, I want to get the original grid as part of the controller handling the button[text=Save] click event.
I thought I could walk up ownerCt and down, but ownerCt stops at Window. Is it possible to find the calling container (in this case the grid) of the Window without using id's, itemId's, ref's, etc.?