Hi, I have created a view that puts nodes in a sortable grid. Drag and drop works perfectly, but when I try to save the new order the page refreshes with the original order still intact.

I have looked through issues as well as the module thoroughly and cannot come up with an idea as to why. Also, there are no errors in my error log... so I am stumped.

I have tested basically the same view in D7 and it works perfectly... any help is greatly appreciated!

CommentFileSizeAuthor
#2 sgridscreenshot.jpg351.95 KBmichaeldhart

Comments

Countzero’s picture

Are you sure you set the row style to 'Sortable Grid' ?

michaeldhart’s picture

StatusFileSize
new351.95 KB

Yes, I followed the directions carefully to be sure I've done it right. (that's not to say it's still not a dumb mistake on my part). I've attached a screenshot for you to verify my settings are correct. I am using an argument to filter nodes associated with a taxon. term, but have already tested without the arg. and still getting the same result. Also, the same view in D7 works fine.

michaeldhart’s picture

Figured it out!

I was running Jquery Update (Jquery 1.3.2) and Jquery_ui (Jquery UI 1.6 which is the recommended version to use with Jquery UI in D6) but once I upgraded to Jquery UI 1.7.3 it started working. So, it must require Jquery UI 1.7 or higher.

Countzero’s picture

Assigned: Unassigned » Countzero
Status: Active » Closed (works as designed)

Ok, I'll update the project page. I'm glad for you you solved the issue by yourself.