[CLOSED] Simple Grid Drop AND Reorder Example

  1. #1

    [CLOSED] Simple Grid Drop AND Reorder Example

    Hello,
    I'm trying to figure out doing Drag and Drop from Grid1 to Grid2 AND also be able to reorder the rows in Grid2 after they've been dropped. I found this post http://forums.ext.net/showthread.php...row-reordering but it's very large and hard to find the pieces that I need. Does anyone have a simpler example?

    Thanks,
    JW
    Last edited by Baidaly; Dec 20, 2013 at 5:46 PM. Reason: [CLOSED]
  2. #2
    Try to set the same group name for DragGroup and DropGroup in both grids
    <ext:GridDragDrop runat="server" DragGroup="gridDDGroup" DropGroup="gridDDGroup"/>
  3. #3
    Please see the following sample if you need a sample with GridDragDrop plugin
    https://examples2.ext.net/#/DragDrop/Grid/Grid_to_Grid/
  4. #4
    Wow, thanks that works. I was trying to make it WAY more complicated.

    JW

Similar Threads

  1. Multi DataView, Drag'n drop && Reorder
    By Yannis in forum 2.x Help
    Replies: 0
    Last Post: Oct 14, 2013, 9:25 PM
  2. [CLOSED] Simple select in Multi Mode Grid view
    By RCM in forum 2.x Legacy Premium Help
    Replies: 5
    Last Post: Oct 10, 2013, 9:45 PM
  3. Replies: 23
    Last Post: Apr 22, 2011, 3:52 PM
  4. Reorder tabs?
    By dbassett74 in forum 1.x Help
    Replies: 2
    Last Post: Apr 07, 2010, 10:26 PM
  5. Create Simple Store and Bind to Grid Client-Side?
    By Tbaseflug in forum 1.x Help
    Replies: 4
    Last Post: Oct 30, 2009, 5:27 PM

Posting Permissions