This topic is locked

Reload Master Table and other tables after Add in pop up

11/11/2022 4:11:04 AM
PHPRunner General questions
S
Sayed author

this.on('afterInlineEdit', function( fieldsData ) {
location.reload();
});

Above code reloads OR refresh only one details page. But other detail tables in the grid and master table does not refresh OR reload.