In KendoReact Grid, when using grouping with multiple hierarchy levels, the Grid automatically adds extra horizontal space inside the <td> elements (indentation for group levels).
Technically this makes sense, because each group level needs visual offset.
However, the problem is that there is no built-in way to control or configure this spacing.
As a result:
extra empty space appears inside
<td>cellsthe Grid content becomes wider than expected
this breaks layout and design, especially in custom UI / strict design systems
Why doesn’t KendoReact Grid expose any API or configuration to control this indentation / spacing for grouped rows?
Is there:
an official way to customize or limit this space?
a recommended approach to override or manage this behavior without breaking Grid internals?
Any guidance or best practices would be appreciated.
Example:
