[]
        
(Showing Draft Content)

C1.iOS.Grid.GridBase.StartEditing

StartEditing Method

StartEditing(int, int, bool, bool)

Starts editing a specific cell.

Declaration
public virtual bool StartEditing(int row, int col, bool fullEdit = true, bool focus = true)
Parameters
Type Name Description
int row

The row index.

int col

The column index.

bool fullEdit

Whether to stay in edit mode when the user presses the cursor keys.

bool focus

Whether to set the focus and select the text in the editor.

Returns
Type Description
bool