DataGrid - z index not working

Hello,

I have a page where I have some components, and one of them is RadzenDataGrid. If I try to render a form with higher z-index, all components go to the background except DataGrid component. Is there a solution to this? I tried to set z-index to .rz-data-grid class but this does not work.

Thank you.

Hi @stefanmitic,

Not sure how to reproduce this, maybe on some of our demos?

Hi @enchev

I just found out that ".rz-grid-table thead th" has "position: sticky" which prevented it to go to the background. Overwriting it helps.