I have a dashboard with 2 widgets.
the left one is grid with modal search, right is just grid.I move items from left to right as a acknowledge process. Then when I delete something from right it should go back to the left and the left should be refreshed.
on the right grid I created delete button that deleted the record and should refresh all grids.
The problem is, when I reload the left widget it went to the search position and grid is empty.
id of iframe of the left is id-iframe-1
I tried to do something like that
parent.document.getElementById(‘id-iframe-1’).window.frames[“nmsc_iframe_liga_x_grid_dt_siepe_1”].window.location.reload();