views:

12

answers:

0

Hey all, title says most of it. Im using Dojo and i want to have a grid (currently using an EnhancedGrid with the DnD plugin) in which i can drag and drop items to change their stored order.

So, if i had items [1][2][3], and dragged [1] behind [3], i would have (in the store) [2][3][1]. Currently with DnD i can move rows about how ever i please, but the new order isn't persisted in the store. Any ideas how to do this?