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>
Last modified: October 30, 2021

Author

Comments

Write a Reply or Comment