We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
close icon

Smaller headers and cells

I need to make the header and the cell's height smaller. 

Any help is appreciated.

1 Reply

RU Ragavee U S Syncfusion Team October 26, 2015 06:06 AM UTC

Hi Nicolas,

We have discussed this topic in our Knowledge Base. Please refer the below Knowledge base link for more information on the solution for above issue

Knowledge Base link: http://www.syncfusion.com/kb/4266/how-to-modify-the-grid-row-height

Similarly the header cell height can be modified by changing the height css property of the e-headercell class. Please refer to the code example.

<style>

    .e-grid .e-headercell {

        height: 20px;

    }
</style>


Regards,
Ragavee U S.

Loader.
Live Chat Icon For mobile
Up arrow icon