I have 2 child table in doctype child_table_1 & child_table_2. On remove event of child_table_2 the rows of child_table_1 shows blank in grid view. However when we open the row of child_table_1, we can see the actual values of that row.
We can’t see the value in grid view even the values are exist there.
(4) We think that the value is removed, but it’s not removed actually. We can see it after opening that row. It’s just removed from the grid view cache.
No, I have not write any custom script on remove click of second child table. However I have tried to write the frm.refresh() on remove click of 2nd table assuming it will show value in grid view again but it can not.