Drag and drop event for GridPanels

  1. #1

    Drag and drop event for GridPanels

    Hi,

    in our grid, we use the drag and drop function to change the order of the grid rows.


                            <ext:GridView runat="server" EnableTextSelection="True">
    
                                    <Plugins>
                                        <ext:GridDragDrop runat="server" DragText="Drag and drop to reorganize"/>
                                    </Plugins>
                            </ext:GridView>

    Is there a dragdrop event we can use in order to call a function when the user does a drag and drop action?

    Thanks,
    Arthur
  2. #2
    Hello Arthur!

    You can just use grid view's Drag BeforeDrop, Drop events.

    The Drag event specifically can be handled also from the grid itself.

    Hope this helps!
    Fabrício Murta
    Developer & Support Expert

Similar Threads

  1. [CLOSED] DOM Drag-Drop example initial drag height
    By electromorph in forum 3.x Legacy Premium Help
    Replies: 2
    Last Post: Jul 09, 2015, 12:36 PM
  2. Replies: 0
    Last Post: Jun 12, 2014, 12:11 PM
  3. Replies: 2
    Last Post: May 01, 2014, 1:27 PM
  4. [CLOSED] Can I Control CalendarPanel Event drag drop
    By mis@adphk.com in forum 2.x Legacy Premium Help
    Replies: 2
    Last Post: May 10, 2013, 4:10 AM
  5. [CLOSED] MultiSelect with drag and drop, Drop listener
    By Jurke in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: Jan 30, 2009, 8:25 AM

Posting Permissions