Skip to Main Content
Feature Request FR-4146
Product Area Page Components
Status CLOSED

4 Voters

Keep selected the row, of an IR, after update it with a form

jorge.cribb Public
· Dec 11 2024

Idea Summary
Keep selected the row, of an IR, after update it with a form

Use Case
Atfer update a row with a form, the grid is refreshed loosing the selected row. This behavior isn't good beacuse change the focus of attention.

Preferred Solution (Optional)
Keep selected the row and refresh data of all records in the same viewport.

This request is likely a duplicate of FR-1843.

Comments

Comments

  • fac586 OP 8 months ago

    Duplicate of FR-1843

  • alvaro.gomezcerna OP 8 months ago

    You could handle it through jQuery or JavaScript and raise a modal for modification and when saving it is natural to update the entire record, but you can keep the index ID under position to place the value in the grid

  • jorge.cribb OP 8 months ago

    @fac586 Similar but not equal

  • jorge.cribb OP 8 months ago

    @alvaro.gomezcerna I know I can do it with JS, but I don't do it because it is not upgradeable in future releases of Apex.