Environment:
Issue: While entering attribute values directly in the attribute table, the table refreshes itself after every single cell edit. The scroll position jumps back to the top, rows briefly disappear and reload, and the table loses its position. This makes bulk manual data entry extremely slow — after each value we have to scroll back down to find the row we were working on. It gets worse when we start editing values across different rows.
What we've already tried:
Workarounds we're using for now:
These help, but they don't fix the underlying behavior: every cell edit triggers an applyEdits call and a full table re-query, which resets the view.
Questions:
Any guidance would be appreciated — this significantly impacts our data entry productivity on the Utility Network.
So there are two bugs that kind of match what you're seeing:
BUG-000182323: “The attribute table refreshes after each edit for branch versioned feature services when updating values in the attribute table in ArcGIS Pro.” (Version found: 3.6; Status: In Review) and
BUG-000173120: “The attribute table scrolls vertically and horizontally after saving edits to a branched version service in ArcGIS Pro.”
About “Disable auto refresh” in newer Pro versions. In Pro 3.x, disabling table auto-refresh is handled via the administrative setting DisableAutoRefresh (not the older 2.9-only registry behavior you tried). See:
However, based on BUG-000182323, even with table auto-refresh disabled, the branch-versioned feature-service edit pattern can still trigger refresh/requery behavior at the table level.