I’m using Kendo React v12 and expanding rows with detailExpand. Some rows don’t have child data. How can I hide the expand icon for rows that have no child rows?”
1 Answer, 1 is accepted
0
Vessy
Telerik team
answered on 15 Dec 2025, 03:31 PM
Hello, Vinitha,
The Grid does not provide such a built in option for the moment, but to hide the expand icon for rows without child data when using the detailExpand feature in KendoReact Grid, you can implement a custom hierarchy cell. This approach lets you control the visibility of the expand/collapse icon based on whether each row has child data: