Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

draggable rows not working in conjunction with cellNav #27

Open
jasonaibrahim opened this issue Jan 7, 2016 · 5 comments
Open

draggable rows not working in conjunction with cellNav #27

jasonaibrahim opened this issue Jan 7, 2016 · 5 comments

Comments

@jasonaibrahim
Copy link

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

@coderasm
Copy link

coderasm commented Apr 4, 2016

I can confirm this problem. I just ran into it. Running release 0.3.2

@ghost
Copy link

ghost commented Apr 11, 2016

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.

@ghost
Copy link

ghost commented May 17, 2016

Is there any progress on this issue? has it been "accepted" as an issue?

@Ankurkh1
Copy link

I too see this. Does anyone have a workaround apart from extra column with allowCellFocus : false ?

@Pitambar-Thapa
Copy link

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.

It works thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants