Hi Erick,
Thanks for contacting Syncfusion support.
Query#1: However, any change to the checkbox is not updated on the grid or on the database (via OData).
From your query we suspect that you might missed to set the “Name” property to the CheckBox component. If yes we suggest you to set the “Name” with field name. Please refer to the below code example for more information.
|
<div class="form-group col-md-6">
<label class="e-float-text e-label-top"> Verified</label>
<SfCheckBox Name="Verified" ID="Verified" Checked="@(Order.Verified)"> </SfCheckBox>
</div> |
If you still have the issue please share the Grid code to validate at our end.
Query#2: I would like to have two tabs (SfTab) inside the Template in GridEditSetting. When I do this, the Save buttons stops working.
We have tried to reproduce the reported issue at our end but Dialog buttons is working fine with SfTab component. We have attached a sample for your reference.
Could you please share the below details that will be helpful for us to provide a better solution as early as possible.
- Share the full Grid code
- Share the Syncfusion package version.
- Share the issue reproducible sample if possible
Regards,
Pavithra S