Wijmo-flex-grid freezing only last row

Posted by: pallavi.guda on 1 April 2021, 11:11 pm EST

  • Posted 1 April 2021, 11:11 pm EST

    HI Wijmo,

    can you help me how to freeze only last row in the wijmo flex grid and to perform add row and delete row actions

  • Posted 4 April 2021, 4:54 pm EST

    Hi Pallavi,

    You can use the columnFooters panel of FlexGrid to add a frozen row. Please refer to the sample for reference:

    https://codesandbox.io/s/modern-feather-o7o0w

    Let us know if this helps.

    Regards,

    Wijmo

  • Posted 4 April 2021, 8:17 pm EST

    Hi Wijmo,

    I need a frozen row in the last of the grid and rows should be added before the frozen row how can it be done

  • Posted 4 April 2021, 8:20 pm EST - Updated 3 October 2022, 5:12 am EST

    As in the image the * marked row is the frozen actions are performed before that row

    thank you

  • Posted 5 April 2021, 2:42 pm EST

    Hi Pallavi,

    Unfortunately, data rows or new rows (*) are not designed to be frozen from the bottom. If you wish to always display the * marked row, then you can use the newRowAtTop and frozenRows property. In this demo below, add the following line after the grid is created:

    https://www.grapecity.com/wijmo/demos/Grid/Rows/AddingRemoving/purejs

    theGrid.frozenRows = 1;
    

    Now, the new row will always be displayed on top.

    ~regards

Need extra support?

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

Learn More

Forum Channels