My grid has only 1 column.
Currently, If I enable row dragging, I'm not able to select rows, unless I bind a key to set
supressRowDrag=true
Should be possible and even simple, since the row node is already being selected somehow. (Border gets blue after clicking.)
I want to simultaneously select and start the drag when the row is clicked.
Thanks in advance