Hello,
I have a list of clients (parent) that is displayed via a gallery. When a client is selected i new screen is displayed with a gallery on it of associated items (children) for that client. It filters correctly so only those items related to that client are listed. As the individual items (children) are selected more information is displayed to the right of the list. When the screen first opens the items in the gallery are correctly displayed but there is no information displayed to the right of the first item in the gallery. How do I get it to select the first item that is displayed in the child list so the information on the right is automatically displayed when the screen opens? I have tried the First() without any success, unless I am using it incorrectly – First(ClientDetail.ID) entered into the Default area of the gallery for the child list.
Thanks in advance for your help.
Regards,
John