[CLOSED] Drag/Drop Entire Group in GridPanel

  1. #1

    [CLOSED] Drag/Drop Entire Group in GridPanel

    Hi,
    I have a GridPanel grouped by a certain column.
    How can I enable Drag/Drop of the groups? I have the drag/drop of the individual rows not a problem, but I want to do same for Grouped rows...

    ?
    Last edited by Daniil; Dec 24, 2013 at 8:29 AM. Reason: [CLOSED]
  2. #2
    Hello!

    Do you want to be able Drag&Drop single row and the Group at the same time or only Groups?

    If only Groups, groups you can do the following:
    When you drop the record you can drop the related group too. It doesn't look intuitive but easy to implement.

    If you want to be able Drag&Drop records and groups you need create custom DragZone for each group header, which will be more difficult: http://docs.sencha.com/extjs/4.2.1/#...xt.dd.DragZone
  3. #3
    Quote Originally Posted by Baidaly View Post
    Hello!

    Do you want to be able Drag&Drop single row and the Group at the same time or only Groups?

    If only Groups, groups you can do the following:
    When you drop the record you can drop the related group too. It doesn't look intuitive but easy to implement.

    If you want to be able Drag&Drop records and groups you need create custom DragZone for each group header, which will be more difficult: http://docs.sencha.com/extjs/4.2.1/#...xt.dd.DragZone

    Yea, I want to just grab the group header, and re-order entire group...
  4. #4
    So, you need to create Custom Drag and Drop zone: https://examples2.ext.net/#/DragDrop/Advanced/Example3/

Similar Threads

  1. Replies: 3
    Last Post: Apr 05, 2013, 4:43 PM
  2. Group by Drag and Drop
    By methode in forum Examples and Extras
    Replies: 2
    Last Post: Dec 21, 2011, 10:51 AM
  3. Drag-drop Gridpanel
    By johny_bravo in forum 1.x Help
    Replies: 0
    Last Post: Mar 25, 2011, 5:37 PM
  4. [CLOSED] GridPanel Drag and Drop
    By martin.mosimann in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: Aug 21, 2009, 6:47 AM
  5. GridPanel drag and drop
    By davidhoyt in forum 1.x Help
    Replies: 5
    Last Post: Oct 13, 2008, 3:40 PM

Posting Permissions