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 can't figure out how to create a custom Grid Edit Dialog.
I was following https://ej2.syncfusion.com/blazor/documentation/grid/editing/#dialog-template but it is not even working when the Template just contains a <div>.

I'm using Syncfusion.EJ2.Blazor 17.4.42 & .Net Core 3.1

The following code will show the Grid, but when opening the dialog it will result in a emtpy dialog and an "System.NullReferenceException"




The Grid:



The Dialog:



Browser Error:




Visual Studio Error:




Thank you 
Gereon Arz