How to change a grid field, after executing a form with an onclick event of the form.

I have a grid, and in one of the fields I do an onclick event, which opens a modal form, in that form the data of the grid field changes, and I want to make the change after closing the modal form, without having to go back to load, “refresh” , the grid How can I do that?

Hi Oscar,
try this:
sc_redir(your_grid_application_name, “”, “_parent”);