Welcome to the ASP.NET Core feedback portal. We’re happy you’re here! If you have feedback on how to improve the ASP.NET Core, we’d love to hear it!>
Thanks for joining our community and helping improve Syncfusion products!
Hey Guys,
I have detected a Problem where I use 2 Grids on one Page and try to add entries to each table.
The first entry works without any problems, the second not.
Problem:
If I add a new entry in the second table, and there is already an entry in the first one, then it duplicates the entry from the first table into the second one and adds the one from the modal of the second table.
This also happens, when the grid is not the same.
It maps same-named fields or Id's don't know exactly.
When you delete booth entries in the second table and add a new one, then only the new row entry appears, so this seems correct, but this can't be the solution.
In the Attachment, you can see the different steps and an example project.