Trying to access x-refresh from sub, sub form

Hi,
I’m struggling to be able to access the x-refresh function thats in Manage from ItemTemplateImages.
I can reach the x-refresh from RowTemplateMyStuff, with this line

self.parent.parent.raise_event('x-refresh')

Here is the folder tree:-
foldertree

ItemTemplate is a sub panel of images, which are populated from a multi-link table column in the RowTemplateMyStuff.
Any Ideas how I can access this? I tried adding another . parent but that didnt work.

Without a minimal working example that demonstrates the issue we’d just be guessing about what the solution might be.

Searching parent.parent in the forum will help.

There are many discussions on this idea that will be with worth reading over:

Using a DataGrid + Repeating Panel to Delete/Edit records

State management in large applications

3 Likes