Hi All,
When the screen loads the gallery should be blank so users can write data back to the right items. And when they hit the cancel button it should clear the entries. It used to work but now it loads with all data from the data source. Does anyone know how to get it back to where it it's blank values? And how to correctly reset the gallery?
I'm using this to clear the gallery: Reset([@eventDatesGallery_2])
Image of what I'm talking about.
Thank you
Solved! Go to Solution.
If it has records showing, then whatever provides the records to the Items property has changed. Either directly there, or elsewhere in your app.
What is shown in the Gallery is completely dependent on the Items property of the Gallery. If you have a table of records, then the Gallery will show it.
The only thing that Reset will do is reset it back to the defaults (which really doesn't do much on a Gallery).
I hope this is helpful for you.
Thanks for the reply.
What I don't get is that I used to use it to enter in dates. Just not sure what changed.
If it has records showing, then whatever provides the records to the Items property has changed. Either directly there, or elsewhere in your app.
Thanks for pointing me in the right direction. I think I have it.