I'm trying to determine if displaying Master Header Columns for each Master record in a Master/Details grid is supported. I didn't see any documentation about this so I don't believe it is, but just wanted to confirm.
Any help is definitely appreciated!
Thanks,
Paul
1 Answer, 1 is accepted
0
Accepted
Konstantin Dikov
Telerik team
answered on 27 Jan 2024, 11:12 AM
Hello Paul,
The detail component in the Grid is defined by the developer, so if you want to use the same column you will have to set them to the Grid within the detail Grid. Note that if you want to repeat the headers above all rows in the master Grid, this is indeed not supported.
However, if you have the same data structure for the parent and the detail rows, it could be more suitable to switch to the TreeList component instead, which allows you to have the same column headers for all levels: