I have a grid with singleClickEdit
set true.
I want to enter in edit mode when the grid finishes loading or when the user finishes editing a row.
I have tried with API setFocusedCell(rowIndex, colKey, floating)
but it just focus the cell without enter editing.
The goal is to build speed editing grid and never use the mouse...
Is there a way to do that?
Thank you in advance!