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!>
Thanks for joining our community and helping improve Syncfusion products!
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