Combination of select row and select cell
What is the best way to implement a combination of select-row and select-cell functionality?
For example:
- if user clicks on row selector >> select row (used for delete or other action)
- if user double-clicks on cell >> select a cell for edit
Currently, if selection mode is "sengle-row" and editable is set to true, grid allows editing of cell in the first column but not in other columns.
For example:
- if user clicks on row selector >> select row (used for delete or other action)
- if user double-clicks on cell >> select a cell for edit
Currently, if selection mode is "sengle-row" and editable is set to true, grid allows editing of cell in the first column but not in other columns.
Maja
November 20,