Make Flexgrid to fit to screen

Posted by: selvakumar.periyasamy on 29 November 2017, 7:07 am EST

    • Post Options:
    • Link

    Posted 29 November 2017, 7:07 am EST

    Hi

    I’m using wijmo FlexGrid for Angular 2, I want the grid to fit the page and do not want any scrolls for the page, but if there are more data the grid should have scroll but it should fit the page.

    How should I achieve this without setting a fixed max-height for the grid.

  • Posted 29 November 2017, 6:36 pm EST

    Use can start with this:

    
    .wj-flexgrid {
        position: absolute;
        left: 0px;
        top: 0px;
        bottom: 0px;
        right: 0px;
    }
    

    Please be advised that the parent div would effect this style.

    ~nilay

Need extra support?

Upgrade your support plan and get personal unlimited phone support with our customer engagement team

Learn More

Forum Channels