'Declaration
Public Overloads Function StartEditingAsync( _ ByVal row As GridRow, _ ByVal col As GridColumn, _ Optional ByVal fullEdit As Boolean, _ Optional ByVal focus As Boolean, _ Optional ByVal disableAnimation As Boolean _ ) As Task(Of Boolean)
public Task<bool> StartEditingAsync( GridRow row, GridColumn col, bool fullEdit, bool focus, bool disableAnimation )
Parameters
- row
- The row index.
- col
- The column index.
- fullEdit
- Whether to stay in edit mode when the user presses
- focus
- Whether to set the focus and select the text in the editor.
- disableAnimation
- if set to
true
disable scrolling animations.
Return Value
true
if the editing started.