DataGridEditCellDone Method

Closes the cell editor.

Definition

Namespace: BeeMobile.DataGrid
Assembly: BeeMobile.DataGrid.NET48 (in BeeMobile.DataGrid.NET48.dll) Version: 4.8.1.19
C#
public void EditCellDone(
	CommitTypes aCommitType
)

Parameters

aCommitType  CommitTypes
If eqauls to "Accept", then DataGrid accepts the current value in cell editor; otherwise it discards.

Exceptions

MissingDataProviderException The exception is thrown if you use the custom editor and you do not provide a method for SetDataFromEditorToCell delegate.

See Also