[CLOSED] Drag and Drop from a GridPanel in iFrame1 to another GridPanel in iFrame2

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1

    [CLOSED] Drag and Drop from a GridPanel in iFrame1 to another GridPanel in iFrame2

    Hello,

    Is it possible to use the drag and drop feature with GridPanels in two different iFrames.

    I have a parent frame, and multiple child frames. Items from a GridPanel_Source in parent frame should be able to drag and drop into the GridPanel_Dest in one of the child frame.

    Here is the parse error message in my parent window line #433

    ========
    Parser Error 
     
    Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately. 
     
    Parser Error Message: Ext.Net.ItemsCollection`1[[Ext.Net.Component, Ext.Net, Version=1.0.0.26356, Culture=neutral, PublicKeyToken=2e12ce3d0176cd87]] must have items of type 'Ext.Net.Component'. 'ext:DropZone' is of type 'Ext.Net.DropZone'.
     
    Source Error: 
     
    Line 431: </ext:Panel>Line 432: Line 433: <ext:DropZone ID=&quot;DropZone1&quot; runat=&quot;server&quot; Target=&quot;={GridPanel1.view.scroller.dom}&quot; Group=&quot;GridDDGroup&quot; ContainerScroll=&quot;true&quot;>Line 434: <OnContainerDrop Handler=&quot;return onContainerDrop(GridPanel1, source, e, data);&quot; />Line 435: <OnContainerOver Handler=&quot;return onContainerOver(this, GridPanel1, source, e, data);&quot; />
     
    ==================
    Appreciate your timely help.

    Thanks,
    - Dev
    Last edited by geoffrey.mcgill; Jul 15, 2010 at 1:03 AM.

Similar Threads

  1. [CLOSED] Problem with drag and drop from gridpanel to gridpanel
    By PoloTheMonk in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: Dec 16, 2011, 11:42 AM
  2. Replies: 2
    Last Post: Apr 13, 2011, 7:30 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