Headerless RadzenGrid

  1. Set custom attribute named "class" to your headerless grid with some value:

  2. Put in style.css:

  3. Done

This works if there are no nested tables.
In theory, the record:

.my-headerless-grid:first-child .ui-datatable-thead {
display: none;
}

should work only for the parent table, but for some reason all the headers of the child tables are also hidden. I'm working on it.

2 Likes