We are using a Grouped ListGrid (ds client only) where the user can add records and move them up or down.
If the user adds two records, changes their position (Tree.move(..)) and adds a new record the previous records return to the initial position (there is no sorter set).
How do I keep the previous records in the position that the user has set?
If the user adds two records, changes their position (Tree.move(..)) and adds a new record the previous records return to the initial position (there is no sorter set).
How do I keep the previous records in the position that the user has set?
Comment