Hello all,
I'm onto building my second app (using galleries and forms) and have been unable to figure out how to get the following to happen.
Environment:
Screen 1
Gallery 1 (Source is a Sharepoint List)
- Has a list of employees and certain items (Name, Phone, Job Title)
- Each Parent item has a check box at the end to allow users to select that item.
Screen 2
Gallery 2 (Source is selected items from Gallery 1 in a collection called Screen1Collection)
- Top 2 items selected from Gallery 1 are visible (need to scroll for more)
- Items in this gallery have an edit button (may change this later)
- Below Gallery 2 is the edit form (source is Sharepoint list as I can't seem to limit it to Screen1Collection and this works for now) prepopulated with Gallery 2 Item 1 details
I would like it so the Edit Form is blank and disabled (but still visible) until one of the items in Gallery 2 is selected. As soon as any one of the items is chosen, I would like the remainder of the items in Gallery 2 to be "greyed out".
I can potentially live with a non-blank form at screen change, as it does correctly change when other Gallery 2 items are picked.