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!

1
Vote

Hello, 

I am requesting a feature to add a Confirmation Dialog in your Blazor Control suit. When we delete a record from the Blazor data grid, we can see that your grid shows a confirmation dialog, like this:


Empty


So, I was thinking, it would be so useful if you provided an API so that we could display such dialog before committing an action in many places in our code. 


For example, 


  Task〈boolShowConfirm(string message);



Right now, we can show a dialog but we cannot wait for an answer from the user. So a simple API to invoke a dialog and get a user response would be awesome.