Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    Moving Records in a Grouped ListGrid

    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?

    #2
    Hi,

    how would the initial order of the initial data be in place after a Page refresh? I assume that you need to persist the order and have the item be ordered by that (invisible) field, which can of course also be part of your client-only DS.
    As I'm not sure if you are in a ListGrid or a TreeGrid, I suggest looking a either samples.

    Best regards
    Blama

    Comment

    Working...
    X