In the attached file there is a drop down for Employee.Designation. It is set for 2-way binding, but the value does not persist when the modal dialog closes:
<div class="form-row">
<div class="form-group col-md-12">
<label class="e-label-top">Designation:</label>
<SfDropDownList TItem="string"
TValue="string"
Text="@Employee.Designation"
@bind-Value="@Employee.Designation"
Placeholder="Designation"
DataSource="@EmployeeDesignations">
</SfDropDownList>
</div>
</div>
Attachment:
EmployeeComponent.razor_aa793cd2.zip