You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I found this issue when I had both cellNav and draggableRows turned on for my grid. The only way I found them both to work together is if cell editing is on, and you dbl click or focus on a cell to make it active for editing - when a cell is in that state the row is draggable.
Ran into this problem aswell.. a small hack is to make a small extra column that has allowCellFocus : false, that way you can "drag" in this cell and move the row without loosing the cellNav functionality of others.
Ran into this problem aswell.. a small hack is to make a small extra column that has allowCellFocus : false, that way you can "drag" in this cell and move the row without loosing the cellNav functionality of others.
I found this issue when I had both cellNav and draggableRows turned on for my grid. The only way I found them both to work together is if cell editing is on, and you dbl click or focus on a cell to make it active for editing - when a cell is in that state the row is draggable.
Here is an example on jsbin that shows the issue: https://jsbin.com/nomixu/2/edit?html,js,output
The text was updated successfully, but these errors were encountered: