Incorporating a modal popup to modify a row within a grid view has been my recent task. Leveraging the row.getProperty() function, I successfully extracted the row values within the modal. However, an inconvenience emerged when attempting to edit a value within the modal interface—the change is reflected in the background view immediately, prior to clicking on the update button.