Wijmo Grid Group Panel - Remove close option

Posted by: cesar.smerling on 17 February 2020, 2:35 am EST

    • Post Options:
    • Link

    Posted 17 February 2020, 2:35 am EST - Updated 3 October 2022, 8:26 am EST

    Hi!, is there a way to remove the X close of the group panel, I tried to remove it by css but with no success.

    I

  • Posted 17 February 2020, 8:39 pm EST

    Hi Cesar,

    You can use the following CSS to remove the cross icon:

    .wj-remove {
    	display: none !important;
    }
    

    Add this style to the global CSS file of your angular application.

    CSS is the only way to remove the cross icon. If this CSS rule is not working, then make sure that the CSS is added to the element using the browser’s element inspector.

    Regards,

    Ashwin

  • Posted 17 February 2020, 10:09 pm EST

    Thanks, now works perfect.

Need extra support?

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

Learn More

Forum Channels