[CLOSED] Implementing ExtJS Grid DataDrop plugin

Threaded View

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

    [CLOSED] Implementing ExtJS Grid DataDrop plugin

    Hi!

    I have a hard time to implementing a plugin for the Grid to allow Drag and Drop from Excel to a Grid.
    http://www.vinylfox.com/datadrop-dra...m-spreadsheet/

    My biggest problem is that there is a JS file called Override.js that imlements "Forwarding Mouse Events Through Layers" and I don't know where to put this script to get it all to work.

    If I put it in a script tag in the header it complaints about that Ext js is undefined, because the ResourceManager haven't render the ExtJS script yet.

    Anothter problem is that I'm using the GenericPlugin in the Plugins section of the Grid. But it will render it ctl0 = new Ext.ux.grid.DataDrop({}), but in the example it is rendered like [Ext.ux.grid.DataDrop]

    <ext:GenericPlugin Path="Ext.ux.DataDrop.js" InstanceName="Ext.ux.grid.DataDrop"/>
    //Moltas
    Last edited by geoffrey.mcgill; Sep 09, 2010 at 5:00 PM. Reason: please use [CODE] tags, [CLOSED]

Similar Threads

  1. Replies: 5
    Last Post: Dec 26, 2011, 5:39 AM
  2. [CLOSED] Editable Grid Plugin
    By rnachman in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: Oct 28, 2011, 6:29 AM
  3. Replies: 3
    Last Post: Sep 22, 2011, 4:45 PM
  4. [CLOSED] RowExpander Plugin for Grid
    By craig2005 in forum 1.x Legacy Premium Help
    Replies: 16
    Last Post: Jul 14, 2011, 2:48 PM
  5. DataDrop plugin
    By threewonders in forum 1.x Help
    Replies: 1
    Last Post: Apr 04, 2011, 4:14 PM

Tags for this Thread

Posting Permissions