Grouplist move()

Hello,

im trying to change the order of some elements in the grouplist api, something like moveup() movedown() methods in dataview.

i know there is a way of doing this by $$("mylist").data.move() and it does move the elements but it doesn’t change the “index” parameter of the elements so when i use $$("mylist").refresh() the elements return to the original position.

is there another way of doing this?

thank you.

Data moving is not implemented for grouplists ( it can be used for any plain views, but will not work for hierarchy based ones )
We plan to add the full support of this feature in the next version.