Welcome to the Blazor feedback portal. We’re happy you’re here! If you have feedback on how to improve the Blazor, we’d love to hear it!

  • Check out the features or bugs others have reported and vote on your favorites. Feedback will be prioritized based on popularity.
  • If you have feedback that’s not listed yet, submit your own.

Thanks for joining our community and helping improve Syncfusion products!

0
Votes

Enhance the GridEditSettings.Dialog params by providing an option to set the

Zindex   
property for the edit/add dialog. This improvement will allow developers to control the dialog’s stacking order, which is especially useful in scenarios where custom dialogs (e.g., warning or confirmation dialogs) need to be shown before the Grid’s built-in edit/add dialog.

Currently, when a button is clicked to trigger an edit/add operation, the customer wants to display a warning or confirmation dialog first. Once the user interacts with that dialog, the Grid’s dialog should open afterward. Without control over the

Zindex 
, the Grid dialog may appear above the custom dialog, resulting in an unexpected or confusing user experience.

By allowing Zindex configuration, developers can ensure that the custom dialog appears on top, maintaining the correct sequence of interaction.