jQWidgets Forums

jQuery UI Widgets Forums Angular Angular- Grid dropdownlist filtering

This topic contains 1 reply, has 2 voices, and was last updated by  Hristo 4 years ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • Angular- Grid dropdownlist filtering #114614

    TSKishore
    Participant

    Grid filtering – under “Show rows where” drop down menu goes behind main filtering display.

    <div style=”height: calc(100% – 75px);margin-left: 5px;margin-right: 5px;”>
    <jqxGrid [width]=”‘100%'” [height]=”‘98%'” [source]=”pDataAdapter” [columns]=”pGridColumns”
    [theme]=”appTheme” [columnsresize]=”true” [altrows]=”true” [pageable]=”true” [pagesize]=”10″ [auto-create]=”true”
    [enabletooltips]=”true” [columnsautoresize]=”true” [virtualmode]=”true” [rendergridrows]=”rendergridrows”
    [sortable]=”true” [filterable]=”true” (onPagechanged)=”Pagechanged($event)”>
    </jqxGrid>
    </div>

    Angular- Grid dropdownlist filtering #114619

    Hristo
    Participant

    Hello TSKishore,

    Could you clarify it?
    I tested this example and it seems to work fine:
    https://stackblitz.com/edit/github-pyvxnd?file=src/app/app.component.html
    Did you add some custom styles?
    Also, please, check is there any error message in the console.

    Best Regards,
    Hristo Hristov

    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.