Hide header of DataTable

Hi, I would like to know if it's possible to hide the header of the datagrid. Have you any suggestion?

I tried it : <RadzenDataGrid @ref="gridaction" Style =""margin-top:-60px;" ...>

Thanks in advance

The only way is to use CSS:

How I can do that? because the table is child table associate to parent table. If I modify one table all table will not have the header

you can create a custom css and use it as a custom attribute on the grid you want to affect.