Anybody knows how to "set focus" - select - the last item of a gallery? I have googled and read all posts available (so it seems).
I'm not interested in forms or last submit.
I have a nested gallery with the item property being a GroupByCollection. The collection is grouped by a column with 3 distinct values. My problem is that that when trying to collect this gallery with a ForAll.parent.Allitems and a nested ForAll.child.Allitems, the ForAll doesn't complete all 3 groups. It stops after the first group. It drives me bonkers. But if I select the last row in the gallery (or one of the items sorting under the last group), then it will loop to the bottom.
[I have a template collection to populate the gallery. Then the user interacts with it to rate/score and then I want to collect the results in a new collection.]
Thanks to anyone who can shed some light.