startEditing
Start editing a specific row and column.
If another row is currently being edited, attempts to complete it first. If completion is blocked, updates selectedCell to scroll to the editing row and returns false.
Return
true if edit mode was activated, false if blocked by existing edit or item is null
Parameters
item
the item to edit (must be non-null)
rowIndex
the row to edit
column
the column to start editing in