Bug with grid header

Hi everyone!

I'm developing a Blazor server-side web and i made a component that have Hierarchy RadzenDataGrid. I detected that the header of the grid was overlapping with the header of my main layout:

But when i downgrade the Radzen version from 3.18.12 to 3.14.0 the grid header looks ok again:

I think that it's a bug that was generated with an intermediate version between 3.18.12 and 3.14.0

Hi @gsivit94,

Make sure that rz-header z-index is set to 2:

Hi @enchev,

z-index is set to 2 in z-header class:

But if i set it to 3 the problem get solved.

Thanks

1 Like