Welcome to the Extension feedback portal. We’re happy you’re here! If you have feedback on how to improve the Extension, 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!

0
Votes

To resolve the EJ2 Core Scaffolding issue, we need to address the following:

Missing DbSet during Scaffolding:

i)When scaffolding an application with a model, the DbSet must be added automatically in the ApplicationDbContext.cs file. This step is currently missing and needs to be included during our Syncfusion Scaffolding.

Build Error due to Missing Package:

ii) A build error occurs because the Microsoft.AspNetCore.MVC.NewtonsoftJSON package is not installed. This issue needs to be resolved by installing the necessary package.

Delete Operation was not working and Multi record Delete Support

iii) Need to resolve the Delete not worked due to casting issue and need to provide muti record select support