Issue:

For adding records to a list, add form does not close when pressing the “Save” button.

Possible Resolution:

Make sure all required fields are in the form and populated.

<GridColumn Field=@nameof(Customer.CustomerCode) HeaderText="Customer Code" Width="100" ValidationRules="@(new ValidationRules{ Required=true})"></GridColumn>
Last modified: October 23, 2021

Author

Comments

Write a Reply or Comment