- Implement `afterSetRecord` in `Neo.grid.Row` to trigger a VDOM update for that specific row. - Refactor `Body.onStoreRecordChange` to find the matching Row component and call `set({record})`. - Remove manual VDOM manipulation code from `Body`.