cellNav causes draggable rows functionality to not work
I know this issue is in relation to a third party plugin but I wanted to ask in case this had something to do with the way cellNav is modifying the grid.
The issue is this: if cellNav and ui-grid-draggable-rows are both enabled on the grid, draggable rows will not work. The strange part is however, if edit is enabled and a cell is focused for editing, then the draggable rows directive will work.
Here is a jsbin describing the issue: https://jsbin.com/nomixu/edit?html,js,output
any update on this issue ? any help ?
Set one column attribute as "allowCellFocus :false", and we can perform drag & drop using that column columnDefs: [{ name: 'character', allowCellFocus :false, cellTemplate: '
I need a proper fix .. I need to perform drag drop for the whole row
Apply & test, it will working for whole row drag & drop
I just tested it, the drag will only work when you set your pointer on that column to drag.
Yp this is not the solution
Any update on this Issue?