Hi Rodrigo,
Thanks for contacting Syncfusion support.
We have analyzed your sample application. We could see that you have not enabled "IsPrimaryKey" to any of the columns in both the Grids. To perform CRUD operation in Grid, it is a must to set "IsPrimaryKey" for an unique value column in Grid. Based on the primary key column value only we will perform CRUD in Grid. So, we suggest you to ensure to set the "IsPrimaryKey" for a unique value column in Grid.
Please refer the code below,
[ViewAll.razor]
[NormalGrid.razor]
|
Documentation :
Please get back to us if you need further assistance.
Regards,
Renjith Singh Rajendran.