Is there any gridConfig property to suppress multiple cell selection in ag-grid? When I select cells using Shift/Ctrl I don't want multiple cells to be selected.
Asked
Active
Viewed 213 times
0
-
you dont want multiple select ? right ? – Pranay Rana Apr 18 '18 at 10:40
-
Yes , I don't want multiple cell selection . Don't confuse it with row selection. – Riya Apr 19 '18 at 06:38
-
you want to select multiple cell ? – Pranay Rana Apr 19 '18 at 06:41
1 Answers
0
If you dont want the feature of selecting multiple rows, you can set rowSelection property to 'single'

LMenon
- 66
- 5