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:-

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.