Hello All,
I have a gallery with few records, when I click on a row the record is not selected.
I have also created a label (for testing purpose) with value as
gallery.Selected.UserName
but it doesn't change.
Gallery properties
Selectable = true;
OnSelect = false;
TemplateFill = If( ThisItem.IsSelected,Blue,White );
Surprisingly, this was working fine before. Could you please advise?