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!>
Thanks for joining our community and helping improve Syncfusion products!
I have a VS 2019 server-side Blazor app created through Syncfusion Blazor Template Studio, with the latest Syncfusion packages through NuGet. I have not been successful in getting the DataGrid ContextMenuItemClicked event to fire when I add a page with a DataGrid control using the Add "New Saffold Item" option.
The steps I'm using to add my page and control through scaffolding come from this page
https://www.syncfusion.com/blogs/post/scaffolding-syncfusion-controls-in-blazor-applications.aspx, and I followed the section titled "Create Model and DB context Classes" with success, except for the
I have also downloaded the sample project from ticket https://www.syncfusion.com/forums/165742/blazor-grid-context-menu-not-working and verified the event fires as claimed, but I ran into same problem when taking that project and adding a page with a DataGrid control through same scaffolding method as above. I copied the same code for the context menu from that project's index.razor page and updated the control's TValue and the event handler type for my control. I'm not sure what's missing or what may have been added by the scaffolding step that is causing the problem.