X-refresh in a basic repeating panel in a data grid

A simple clone is always useful; however, it sounds like you need to reach back to the template’s parent in order to get access to the items.

You can call get_open_form().some_method_to_deal_with_your_items() from inside your template form. Or use a call to parent, but depending on the structure, that is not always a good idea.

Please see these posts for some context:

1 Like