How to Hide Advanced Data Grid Header

Hey, I am building a Form using an Advanced Data Grid but I do not like the look of the header. Is there a way to hide this?

Comments

  • Thank you for using the Decisions Forums!
    In order to hide the header of an Advanced Data Grid, you can utilize CSS on your Form. I tested this locally and this CSS should work fine. Make sure you are applying the CSS to the correct Form so only the intended Advanced Data Grid's header gets hidden.

    Example CSS
    .dp-gridview .dp-report-grid-viewer__header {
        display: none
    }

    Config in Form Designer


    Header Hidden On Form With CSS Applied


    Best regards,

    Andrew || Decisions Support
Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

In this Discussion