FlexGrid Hide horizontal slidebar

Posted by: kun.leeing on 21 June 2020, 6:20 am EST

    • Post Options:
    • Link

    Posted 21 June 2020, 6:20 am EST

    Hi team,

    For flexgrid, I am setting the grid width 100%, even though there is spare space in the grid, but it still has a scrolling bar which I want to remove.

    Has tried to put ```

    .slidebar {

    overflow-x: hidden !important;

    }

    
    seem not to work.
    
    Any ideas?
    
    Thanks in advance.
  • Posted 22 June 2020, 1:12 am EST

    Hi Kun,

    The scrollbar can be removed by using the following CSS:

    .wj-flexgrid div[wj-part="root"] {
    	overflow-x: hidden;
    }
    

    Regards,

    Ashwin

  • Posted 22 June 2020, 1:35 am EST

    Thanks so much, Ashwin.

Need extra support?

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

Learn More

Forum Channels