Navbar dropdown being hidden by RadzenDataGrid header

I have created a dropdown that shows on hover. However, it is being hidden by only the header of the RadzenDataGrid but not the cells.

Any ideas on how to fix this?
Thanks

Hi @kpan,

Are you using latest version of Radzen.Blazor? Can you check the z-index of the menu and the DataGrid header?

1 Like

I changed the z-index of the topbar class to 2 and it is now fixed. Thanks!
image

It looks like this is still an issue:
image

From crm.radzen.com:
image

Is there a way to fix this other than setting the z-index manually? It would be great to be able to use the generated security drop-down without having to modify it.