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
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?
I changed the z-index of the topbar class to 2 and it is now fixed. Thanks!
It looks like this is still an issue:
From crm.radzen.com:
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.