Hey,
With the following grid the client never sends an update for the approved column.
The same thing seems to occur if im editing in dialog mode with a form to.
Can you advise? I have attached an example project.
Using Odata 8
<SfGrid TValue="Template" AllowSorting="true" Toolbar="@(new List<string>() { "Add", "Edit", "Delete", "Update" })" >
<SfDataManager Url="odata/Templates" Adaptor="Adaptors.ODataV4Adaptor"></SfDataManager>
<GridEditSettings AllowAdding="true" AllowEditing="true" AllowDeleting="true"></GridEditSettings>
<GridColumns>
<GridColumn Field="Id" Visible="false"></GridColumn>
<GridColumn Field="Name" HeaderText="Name"></GridColumn>
<GridColumn Field="Approved" DisplayAsCheckBox="true" EditType="EditType.BooleanEdit" HeaderText="Approved">
<FilterTemplate></FilterTemplate>
</GridColumn>
</GridColumns>
</SfGrid>
Attachment:
SyncfusionExamples_bcaf5a7b.zip