I have an ExtJS grid that has the CellEditing plugin attached to it. When I click on a cell to edit its content, the entire row is selected.
How do I prevent a row from being selected when I click on an editable cell in my grid?
I'm using ExtJS 4.1
Thanks