Hiding the default gray column in wijmo grid

Posted by: nivishapanwar on 15 April 2021, 12:52 am EST

    • Post Options:
    • Link

    Posted 15 April 2021, 12:52 am EST

    Hello,

    I am using wijmo grid, but when i add wijmo grid , by default a gray column has been added in the starting, How can I remove it or hide it as I dont require that in my page.

    Thank you.

    Regards,

    Nivisha

  • Posted 15 April 2021, 2:36 pm EST

    Hi Nivisha,

    You can use the headersVisibility property of FlexGrid to hide the gray column (known as row headers):

    https://www.grapecity.com/wijmo/api/classes/wijmo_grid.flexgrid.html#headersvisibility

    Set is value to wijmo.grid.HeadersVisibility.Column.

    <wj-flex-grid [headersVisibility]="'Column'" ...></wj-flex-grid>
    

    Regards,

    Ashwin

  • Posted 18 April 2021, 8:24 pm EST

    Hi Ashwin,

    Thank you, it worked.

    Regards,

    Nivisha

Need extra support?

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

Learn More

Forum Channels