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

Hi,

At the moment when adding new item with data grid you have two options. Add new item without open dialog, or open dialog with fresh new instance of certain object. It would be great if we can pass a parameter to add new item and then grid dialog open with passed data. A lot of time we have some but not all data, so adding new item without dialog is not an option for us.

ex. SfGrid.AddRecord(object someObject,bool showEditForm)