Hi all,
I have a form connected to a SQL datasource, 1 gallery that you select an grouped list of items and a 2nd gallery that is displaying the items that are associated with the selected item in the first gallery.
When I hit Submit on the form, it's auto-selecting the first item in the first gallery and displaying it instead of staying on the selected item that just got submitted.
I tried setting a global variable to the record selected in the first gallery, but the property I would need to have it re-select isn't an option in the Gallery1.Selected.(properties), I presume because i'm doing a groupby?
On my OnSuccess of the form, I have it set to "false". How do I make Gallery1 stay on the selected item when the form is submitted?
Thanks!