Issue:
Edit and Deleting records from Syncfusion list not not close form.
Resolution:
Make sure there is a Primary Key column define in the list columns.
<GridColumn Field=@nameof(CustomersdbShared.Models.Activity.GlobalId) HeaderText="ID" IsPrimaryKey="true" IsIdentity="true" Visible="false"></GridColumn>
Comments