[CLOSED] Drag and drop on grid panel not working in Ipad

  1. #1

    [CLOSED] Drag and drop on grid panel not working in Ipad

    Hi,

    We implemented drag and drop in GridView. It is not working as expected in Ipad's chrome. Please find our implementation below.

    <ext:GridView ID="grdViewGroups" OverflowY="Scroll" StyleSpec="width:100% !important" runat="server">
          <Plugins>
                    <ext:GridDragDrop runat="server" />
          </Plugins>
          <Listeners>
                    <Drop Fn="trackDragDrop" />
          </Listeners>
    </ext:GridView>
    Let me know if I have missed out something.
    Last edited by fabricio.murta; Feb 23, 2018 at 5:06 PM.
  2. #2
    Hello @iansriley!

    I am afraid Ext.NET 2 (bundling Ext JS 4) was developed with focus on desktop browsers and is not supposed to support mobile devices. The last release was around 2013.

    You can see the full list of supported browsers by version here: https://docs.sencha.com/extjs/5.0.0/..._browsers.html
    Fabrício Murta
    Developer & Support Expert

Similar Threads

  1. Drag Drop From Grid Panel to Calendar Panel
    By eliea85 in forum 4.x Help
    Replies: 1
    Last Post: Jan 24, 2017, 9:50 PM
  2. [CLOSED] Enable/Disable drag and drop of grid panel.
    By aditya in forum 2.x Legacy Premium Help
    Replies: 2
    Last Post: Mar 26, 2014, 6:10 AM
  3. Replies: 4
    Last Post: Jul 19, 2013, 1:16 AM
  4. [CLOSED] Checkbox is not able uncheck in grid panel with drag and drop
    By rnachman in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: Jan 02, 2012, 6:13 AM
  5. Replies: 1
    Last Post: Dec 21, 2010, 10:28 AM

Tags for this Thread

Posting Permissions