Customize sub level in grouping grid

can i customize the sublevel of radzenGrid like this
i wanna add two buttons and change colors bg

Hi @hamza_mr,

You can use the GroupHeaderTemplate to achieve this. Check this demo: Blazor DataGrid group header template

1 Like

@korchev
Yes i make it but the customizitaion applied also on Level 1 .
but i need just to customize sub level Sub level without Level 1 like the first and scond rows
I wish you understand me,
and thanks for your answer and have nice day

If there are any ways to determie in GroupHeaderTemplate is super level or sub level

You can use context.GroupDescriptor to determine what template to render.