Uncontrollable spacing in grouped rows of KendoReact Grid

1 Answer 23 Views
Grid
Nurik
Top achievements
Rank 2
Iron
Iron
Nurik asked on 15 Dec 2025, 12:42 PM

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> cells

  • the 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:

1 Answer, 1 is accepted

Sort by
0
Accepted
Vessy
Telerik team
answered on 16 Dec 2025, 03:30 PM

Hi, Nurik,

I have already answered your other thread on this matter, for convenience I will paste my answer here as well:

The KendoReact Grid automatically adds indentation to grouped rows to visually represent hierarchy levels. This is handled internally by the Grid and is not exposed via a public API or configuration property.

At present, there is no official or built-in method to directly control, customize, or remove this group-level indentation. If you need such functionality, you can submit a feature request for it in our Feedback portal here:

 

Kind regards,
Vessy
Progress Telerik

Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.

Tags
Grid
Asked by
Nurik
Top achievements
Rank 2
Iron
Iron
Answers by
Vessy
Telerik team
Share this question
or