jQWidgets Forums

Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • in reply to: jqxGrid inside jqxLayout jqxGrid inside jqxLayout #99594

    asorg
    Participant

    Thank you once again Stanislav,
    It is perfect as I wanted to be.

    I remember I tried to use HTML format

    <jqxGrid
                    [width]="100%" [source]="dataAdapter" [columns]="columns"
                    [pageable]="true" [autoheight]="true" [sortable]="true"
                    [altrows]="true" [enabletooltips]="true" [editable]="true"
                    [selectionmode]="'multiplecellsadvanced'" [columngroups]="columngroups">
    </jqxGrid>
    

    If I’m not mistaken, compiler rejected [width]=”100%”, showing error.

    in reply to: jqxGrid inside jqxLayout jqxGrid inside jqxLayout #99577

    asorg
    Participant

    btw is there a way to integrate Grid’s scroll bar into Document1Panel’s scroll bar ?
    right now it is showing 2 scroll bars, 1 from the grid, 1 from the layout.

    Thank you

    in reply to: jqxGrid inside jqxLayout jqxGrid inside jqxLayout #99576

    asorg
    Participant

    thank you very much Stanislav, it works !

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