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

I am implementing custom CRUD behavior using Blazor Data Grid and request that two minor changes be made to each of the two functions listed:

  1. Return User Response to Action Dialog (ie. Ok or Cancel)  I would like to perform a custom action if the user presses cancel, but at present I don't have access to the response.  If would be good to have a bool return value for each of these functions to reflect the user selection.
  2. Allow Suppress Action Dialog.  There are times when I would like to be able to call 

    CloseEditAsync and EndEditAsync and not present the Ok / Cancel dialog to the user.  It would be good to have a suppress flag that allows these functions to be called without requesting response from the user.