Row refresh method after edits

Description

Defines how to refresh the Grid component after a record has been edited.

Discussion

The Row refresh method after edits defines how data in the Grid component is refreshed after data is updated, deleted, or inserted. Options include:

Option
Description
AutoSelect

Let Alpha Anywhere choose the refresh method.

FullPage

The slowest method. Refresh all records in the Grid when the Detail View is saved. Full page refresh is required to ensure summary fields and linked content sections are also updated.

SingleRow

Refreshes data in the edited row. Does not update summary fields.

Minimal

Fastest method, but will not update summary fields.