2X faster development
The ultimate WinForms UI toolkit to boost your development speed.
Save the edited value to data tableThe edited cell value can be added to the data source by using ForceImmediateSaveValue property. If ForceImmediateSaveValue set as true, then it immediately triggers a SaveValue event without first calling BeginEdit on the current record. So, the edited added to the data source immediately. C# //Used to update the cell value immediately upon changing the value. this.gridGroupingControl1.TableDescriptor.Fields["ColumnName"].ForceImmediateSaveValue = true; this.gridGroupingControl1.GetTableDescriptor("ChildTable").Fields["ColumnName"].ForceImmediateSaveValue = true; VB 'Used to update the cell value immediately upon changing the value. Me.gridGroupingControl1.TableDescriptor.Fields("ColumnName").ForceImmediateSaveValue = True Me.gridGroupingControl1.GetTableDescriptor("ChildTable").Fields("ColumnName").ForceImmediateSaveValue = True Samples: |
2X faster development
The ultimate WinForms UI toolkit to boost your development speed.
This page will automatically be redirected to the sign-in page in 10 seconds.