I have parent list data in left datagrid, when I click on checkbox in this rowdata, tab component will be create with child datagrid (child datagrid model will be create when I clicked).
It work correctly when I create "Custom R01", I can access in-cell editing in child datagrid, but when I click on parent datagrid to create second tab "Custom R02", I can access in-cell editing, but when I click back on tab "Custom R01", I cannot access in-cell editing in this tab (tab "Custom R02" still work). So I dont know what I mistake.