radzenhq / radzen-blazor

Radzen Blazor is a set of 90+ free native Blazor UI components packed with DataGrid, Scheduler, Charts and robust theming including Material design and FluentUI.
https://www.radzen.com
MIT License
3.52k stars 786 forks source link

Radzen DataGrid column headers are showing in front of modal dialog #339

Open nstuller opened 2 years ago

nstuller commented 2 years ago

Steps to reproduce the behavior:

  1. Use a bootstrap modal dialog on your page
  2. Use the RadzenDataGrid
  3. When the modal dialog pops up, the column header shows in front of the modal dialog.

Expected behavior The column header will show behind the modal dialog. This behavior was fine in version 3.14.2. I am experiencing the issue in both 3.14.5 and 3.14.6.

Screenshots DialogGood DialogBad

Desktop (please complete the following information):

nstuller commented 2 years ago

Thank you for the quick turnaround!

enchev commented 2 years ago

Hi @nstuller,

Unfortunately we reverted this fix due to problems with Radzen Blazor form components in DataGrid with frozen columns: image

The only option we can offer you for now is to set bigger z-index for the bootstrap modal. I'm leaving this issue open.