jQWidgets Forums

jQuery UI Widgets Forums Angular JqxGrid doubleclick issue

This topic contains 1 reply, has 2 voices, and was last updated by  Martin 3 years, 1 month ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • JqxGrid doubleclick issue #121450

    Kavya
    Participant

    After multiple doubleclick on jqxgrid, only row click is triggered and double click doesn’t trigger.

    <jqxGrid id=”contentGrid” [width]=”‘100%'” [height]=”‘99%'” [source]=”dataAdapter” [columns]=”columns”
    [pageable]=”false” [autoheight]=”false” [sortable]=”true” [clipboard]=”false” [altrows]=”true”
    [enabletooltips]=”true” [editable]=”false” [filterable]=”true” [selectionmode]=”‘multiplerowsadvanced'”
    [theme]=”appTheme” [columnsresize]=”true” (onCelldoubleclick)=”contentGridRowdoubleclick($event)”
    (onRowclick)=”contentGridOnRowClick($event)”>
    </jqxGrid>

    JqxGrid doubleclick issue #121454

    Martin
    Participant

    Hello Kavya,

    I have tested the following Example and it is working fine. rowclick, rowdoubleclick, cellclick and celldoubleclick events are all fired when you double click on a cell.

    You can update the Stackblitz example to reproduce your case so we can inspect the behavior.

    Best Regards,
    Martin Yotov

    jQWidgets team
    https://www.jqwidgets.com

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.