web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Apps / Editable horizontal Ga...
Power Apps
Answered

Editable horizontal Gallery: clicking cursor in field jumps to the beginning

(0) ShareShare
ReportReport
Posted on by 255

I have an editable horizontal Gallery which means that it consists of editable fields and multiple rows. I have patch-function in certain fields which means that I can modify field values in the Gallery "grid".

 

I noticed a malfunction: when I have hundreds of rows and click a cursor to a field at the end of the Gallery (very bottom) for editing, the screen view jumps to the beginning of the Gallery and I'm not able to edit the field value. This is due that when I click the cursor in a field for editing, the gallery "updates/refreshes" and jumps to the beginning.

 

Is there any way to prevent this?

Categories:
  • Verified answer
    v-bofeng-msft Profile Picture
    Microsoft Employee on at

    Hi @Finnair ,

     

    When you modify the values in the data source, the gallery automatically refreshes, which leads to the "jumps to the beginning" problem you mentioned. My suggestion is to use external buttons to uniformly commit the changes you've made in the Gallery. For example:

     

    ForAll(
     GalleryName.AllItems As GTable,
     Patch(
     DataSource,
     LookUp(DataSource,ID=GTable[@ID]),
     {
     ColumnName:GTable[@TextInput1].Text
     }
     )
    )

     

    Best Regards,
    Bof

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Season of Sharing Community Challenge Winners!

Congratulations to our community stars!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Leaderboard > Power Apps

#1
11manish Profile Picture

11manish 383 Super User 2026 Season 2

#2
Mohsin Ali Profile Picture

Mohsin Ali 356

#3
WarrenBelz Profile Picture

WarrenBelz 232 Most Valuable Professional

Last 30 days Overall leaderboard