Hey everyone,
I currently have a gallery of items that is pulled from a very large list, and each of the items need to be editable.
I created an edit and save button on the form, and I want to change their formatting depending on which item is going to be editted. So the edit button in disabled displaymode while editting and the save button in edit displaymode etc.
Using UpdateContext does not work, because then it will apply to all of the items, not just the single gallery item I want to edit.
I can patch the source, but it can't hold any temporary data because I'm using a delegation.
How can I get this to work?