Check Child Table Checkbox on refresh

Sorry, my bad, the correct code is:

var row = frm.fields_dict.LIST_NAME.grid.grid_rows[INDEX];
row.select(true);
row.refresh_check();
2 Likes