jQWidgets Forums

jQuery UI Widgets Forums Angular JqxGrid error

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

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
  • JqxGrid error #121449

    Kavya
    Participant

    cannot read properties of undefined (reading ‘top’)
    at c.<computed>._rendervisualrows (jqxgrid.js:8:163393)
    at l (jqxgrid.js:8:145780)
    at c.<computed>._renderrows (jqxgrid.js:8:149371)

    error is displayed when jqxgrid row is click multiple times

    JqxGrid error #121452

    Martin
    Participant

    Hello Kavya,

    Could you, please, provide us an example of your use case so we can investigate what may be causing the issue?
    Thank you!

    Best Regards,
    Martin Yotov

    jQWidgets team
    https://www.jqwidgets.com

    JqxGrid error #121453

    Kavya
    Participant

    <div id=”contentGrid” class=”workspace-main-area”>
    <jqxGrid id=”artifactContentGrid” #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)”
    (onContextmenu)=”contentGridOnContextMenu()” (onRowclick)=”contentGridOnRowClick($event)”
    (onCellclick)=”contentGridOnCellclick($event)”>
    </jqxGrid>
    </div>

    JqxGrid error #121455

    Martin
    Participant

    Hello Kavya,

    I’m testing an example with the code you have sent but cannot reproduce the issue.
    Do you have sorting or filtering applied to the grid? Can you update this Stackblitz example so that it reproduces the behavior described?

    Best Regards,
    Martin Yotov

    jQWidgets team
    https://www.jqwidgets.com

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

You must be logged in to reply to this topic.