Select to view content in your preferred language

Attribute table refreshes and scroll jumps to top after every cell edit — branch versioned Utility Network feature service (ArcGIS Pro 3.7)

137
1
a month ago
EsraCındır
Occasional Contributor

Environment:

  • ArcGIS Pro 3.7
  • Utility Network published as a branch versioned feature service (ArcGIS Enterprise portal)
  • Editing in a named branch version through the feature service

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:

  • Unchecked Project > Options > Table > "Refresh the table when changes are made" and restarted Pro — no change
  • Added the TableWindowDisableAutoRefresh registry key (from KB 000034306) — no effect (appears to be 2.9.x only)
  • Removed all sorting from the table
  • The behavior persists

Workarounds we're using for now:

  • Switching to Show selected records view to keep position
  • Entering values through the Attributes pane instead of the table
  • Field Calculator for bulk values

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:

  1. Is there any setting in Pro 3.7 that prevents the attribute table from fully re-querying/resetting after each edit on a (branch versioned) feature service?
  2. Is this logged as a known bug/limitation for feature service editing? If so, which BUG number should we attach to?
  3. Are there any planned improvements to scroll/position "stickiness" of the table during feature service edit sessions?

Any guidance would be appreciated — this significantly impacts our data entry productivity on the Utility Network.

0 Kudos
1 Reply
Robert_LeClair
Esri Esteemed Contributor

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.



0 Kudos