[CLOSED] Grid Drag and Drop with RowBody

  1. #1

    [CLOSED] Grid Drag and Drop with RowBody

    Hi,

    I have a grid that displays additional information in a RowBody, like in this demo: https://examples2.ext.net/#/GridPane...inqDataSource/

    My records do have an internal position property that I would like to change by reordering the rows.

    The problem is, the RowBody just stays in place if I move the actuall row away.

    Is this a bug? Any workaround available?


    Regards
    Last edited by Daniil; Apr 09, 2013 at 4:10 AM. Reason: [CLOSED]
  2. #2
    Hello!

    We are investigating it. Temporarily, please, refresh GridView after drop:

    <ext:GridView runat="server">
    	<Listeners>
    		<Drop Handler="this.refresh();"></Drop>
            </Listeners>
    </ext:GridView>
  3. #3
    Hello,

    Using a RowWrap feature in conjunction with the RowBody one appears to help remedy this issue.

    Does it help you?

    Example
    <Features>
        <ext:RowWrap runat="server" />
        <ext:RowBody runat="server">
            ...
        </ext:RowBody>
    </Features>
  4. #4
  5. #5
    Could you, please, provide a full example to test with?

Similar Threads

  1. [CLOSED] Can we have drag and drop in same grid
    By sriram in forum 1.x Legacy Premium Help
    Replies: 17
    Last Post: Jul 11, 2012, 5:02 PM
  2. [CLOSED] Grid Drag and Drop example
    By vali1993 in forum 1.x Legacy Premium Help
    Replies: 4
    Last Post: Jun 14, 2011, 1:20 PM
  3. [CLOSED] Grid to Grid Drag and Drop Questions
    By dmoore in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: Feb 15, 2011, 10:43 AM
  4. Replies: 2
    Last Post: Mar 11, 2009, 8:59 AM
  5. Grid to grid Drag and Drop grouping issue
    By bobs in forum 1.x Help
    Replies: 0
    Last Post: Feb 10, 2009, 7:13 AM

Tags for this Thread

Posting Permissions