Menu

#3 Moving multiple rows in Grid

open
nobody
None
7
2008-01-08
2007-04-21
Vlad
No

If user selected multiple rows on Edit Form move the at the same time.

Discussion

  • PRANKENSTE!N

    PRANKENSTE!N - 2007-05-10

    Logged In: YES
    user_id=1360105
    Originator: NO

    I'm really sorry Vlad, I'm not quite able to get what the requirements really are for Issue 1705003. Can u rephrase the requirements for the same. Please *DONT* tell me how to do it. Just tell me what the requirements are. Sorry for the trouble.
    PRANK!E

     
  • Vlad

    Vlad - 2007-05-10

    Logged In: YES
    user_id=1595201
    Originator: YES

    In the edit form user is able to move rows of the grid Up, Down, Top, Bottom. Currently it is possible to do it for one row only even if user selects multiple of them. This is what need to be done. If user selects 2+ rows in the grid and clicks on the move buttons then all the selected rows must be moved in the same order as they are selected.

    Examples:

    5 rows in the grid.

    Val1
    Val2
    Val3
    Val4
    Val5

    1) User selects row 2 and 3 and clicks move up button. You should get.

    Val2
    Val3
    Val1
    Val4
    Val5

    2) User selects row 2 and 4 and clicks up button. (I am looking from very top listing)

    Val2
    Val1
    Val4
    Val3
    Val5

    3) User selects rows 3 and 5 and clicks move top.

    Val3
    Val5
    Val1
    Val2
    Val4

    Same scenario for move down and bottom.

     
  • Vlad

    Vlad - 2007-12-06
    • priority: 5 --> 9
     
  • Vlad

    Vlad - 2008-01-08
    • priority: 9 --> 6
     
  • Vlad

    Vlad - 2008-01-08
    • priority: 6 --> 7
     

Log in to post a comment.