[About] Version=1.0 Author=Nic Mail=support@hiasm.com [Type] Class=Element Info=Manages the current cell in edit mode [Property] DataGrid=Sets DataGridView manager|20|(empty)|DataGridView [Methods] doBeginEdit=Puts the current cell in edit mode. ARG(bool selectAll)|1|0 doEndEdit=Commits and ends the edit operation on the current cell using the default error context. ARG()|1|0 *doEndEdit2=Commits and ends the edit operation on the current cell using the specified error context. ARG(DataGridViewDataErrorContexts context)|1|0 *doCancelEdit=Cancels edit mode for the currently selected cell and discards any changes. ARG()|1|0 *doCommitEdit=Commits changes in the current cell to the data cache without ending edit mode. ARG(DataGridViewDataErrorContexts context)|1|0 *doRefreshEdit=Refreshes the value of the current cell with the underlying cell value when the cell is in edit mode, discarding any previous value. ARG()|1|0 *onCellBeginEdit=Occurs when edit mode starts for the selected cell. ARG(bool)|2|104 *onCellEndEdit=Occurs when edit mode stops for the currently selected cell. ARG(bool)|2|104 *onCancelEdit=Occurs when edit mode canceled for the currently selected cell. ARG(bool)|2|104 *onCommitEdit=Occurs when edit mode commited for the currently selected cell. ARG(bool)|2|104 *onRefreshEdit=Occurs when refreshes for the currently selected cell. ARG(bool)|2|104 onError=If an error occurs, an error message appears. ARG(string)|2|2 selectAll=Defines a value indicating whether to select all the cell's contents with doBeginEdit. ARG(bool)|4|104 *context=A bitwise combination of DataGridViewDataErrorContexts values that specifies the context in which an error can occur. ARG(DataGridViewDataErrorContexts)|4|0