Posted 26 August 2021, 3:54 am EST
Hi guys, I have a shortkey that selects the whole row (depending on which cell is clicked at the moment) where i use setSelection method. When I use it, the whole row gets selected but there are 2 problems:
a) It selects the first cell in the row as the activeCell, just as it’s state in the documentation but when i tried to use setActiveCell aswell, it didn’t work.
b) The cell isn’t really active since i can’t write anything in it after this row selection.
Thanks for the help!