Hi Matias Puzanowski,
Greetings from Syncfusion support.
You can perform Batch Editing in the Hierarchy Grid. To
enable Batch Editing on the Parent Grid, you need to configure the editing
settings in the editSettings of the Parent Grid. Similarly, if you wish to
enable Batch Editing on the Child Grid, you should set the editing options in
the editSettings of the Child Grid. The reason for configuring editing
separately for the Parent and Child Grids is that, although the Child Grid is
rendered within the Parent Grid's detail row, it functions as a distinct Grid
and is not affected by the Parent Grid's configuration. This distinction is not
limited to Batch Editing; if you want to perform any other actions on a Child
Grid, you must configure it independently. For your reference, we have prepared
a sample of a Hierarchy Grid with Batch Editing, which you can access through
the following link:
Sample: https://stackblitz.com/edit/hierarchy-grid-batch-editing
Documentation references:
Let us know if you have any further queries.
Regards,
Santhosh I