GrapeCity.Win.MultiRow Namespace > GcMultiRow Class > CommitEdit Method : CommitEdit(DataErrorContexts) Method |
<FeatureAttribute(Name="UIEdit", Version="v5.0")> Public Overloads Function CommitEdit( _ ByVal context As DataErrorContexts _ ) As Boolean
Dim instance As GcMultiRow Dim context As DataErrorContexts Dim value As Boolean value = instance.CommitEdit(context)
[Feature(Name="UIEdit", Version="v5.0")] public bool CommitEdit( DataErrorContexts context )
If the current cell is not in an edit state, the method always returns true.
If the current cell's editing value is invalid for the current cell, or cannot parse the editing value to the ValueType, the DataError event is fired.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2