Hello,
I've messed around in the past with both the 'Editable Grid Control' that allows to add a nested subgrid, as well as the 'Powerapps Grid Control', which allows to add a view customizer pcf.
I am wondering if there is a solution that allows to mix both in one, and after some research, I thought I'd ask here.
Essentially a subgrid that allows both the viewing of a nested subgrid, in which a view customizer is displayed with a pcf.
For visualization purposes, consider this scenario:
DynamicForm -- 1:N -- DynamicInputContainer -- 1:N -- DynamicInputSchema.
I want the pcf available in the DynamicInputContainer form to be usable in the nested subgrid in the DynamicInputForm form.
Form of the DynamicInputSchema entity:

Form of the DynamicInputContainer entity:

Form of the DynamicInputForm entity:

Any help is appreciated.
Thank you.