Edit mode for the grid.
'cell' — each cell is committed independently on blur or Enter. 'row' — all editable cells in the row enter edit mode together; changes are batched and applied via ApexGrid.commitEdit or rolled back via ApexGrid.cancelEdit.
'cell'
Enter
'row'
Edit mode for the grid.