[CLOSED] Gridpanel Row Doubletap

  1. #1

    [CLOSED] Gridpanel Row Doubletap

    Hi,

    I have a gridpanel which has implemented ItemDblClick listener. So the double click is working on each row of gridpanel. When I was using any Ipad double tap event is not working.

    Please suggest me the solution to implement Double tap listener for GridPanel.

    We are using Ext2.x version.



    Thank you
    Last edited by Daniil; Jan 12, 2016 at 3:33 PM. Reason: [CLOSED]
  2. #2
    Well, it seems a similar question has been already asked in forums for Ext.NET 2.x.

    How to implement Double tap listener for touch device

    Ext.NET 2.x does not support touch events and have no such events wired in the code. Ext.NET 3.x supports all these events already.

    EDIT: Alright, the other post was done by you so you are aware ExtJS 2 does not support it. If you are looking into implementing the event support yourself, I believe this can help you out: ExtJS 4.2 Events Guide.

    It not only shows how to trigger and bind action to existing events but also how to register your own event to components.

    I hope this helps!
    Last edited by fabricio.murta; Jan 05, 2016 at 2:42 PM.
    Fabrício Murta
    Developer & Support Expert

Posting Permissions