Articles in this section
Category / Section

How to change the header height in TreeGrid

1 min read

In TreeGrid, it is possible to change the header height by customizing the style of TreeGrid header with CSS property.

<head>
    <style>
        .e-treegrid .e-headercell {
            height: 10px;
        }
        .e-treegrid .e-headercelldiv {
            height: 10px;
            line-height: 10px;
        }
    </style>
</head>

A simple sample to change the TreeGrid header height is available here.

 

 

 

Did you find this information helpful?
Yes
No
Help us improve this page
Please provide feedback or comments
Comments (0)
Please sign in to leave a comment
Access denied
Access denied