Re: No Item to Display message after gallery selected item deleted
After you remove the record, it should automatically select the first item in the Gallery.
Do you have any code in the Default property of your gallery?
If not, please provide the code you are using on your "Remove Button". It may be that you have to force it to select an item in the Gallery, although based on my experience most of the questions people ask is how to make it not select a record after this because they want to force the user to choose a record.
Usually, I do this and then put a large label over the Form, with the words "Please select a _______ from the list". This forces the user to choose which record they want to edit next and of if you have a button to have a new record, you can say "Please select a _________ from the list of Click "Add" to create a new one" or something like that. Again, this eliminates your problem and I only suggest as I find it to be a better user experience instead of them wondering, why did the program select a record from the list, be it the 1st one or another, when all I did was remove a record from the list.
Let me know your thoughts on how you'd like the app to perform and we can get there.
Hope this helps.