I have two grids on top of one another, showing different data but using the same column layout. Don't ask why; it's a market research thing.
To save space, I really don't need the header row for the second grid, since it aligns with the header columns for the first grid.
How to get rid of header row for the second grid and use that saved space for data rows?
I've tried this, but it leaves a gap at the bottom of the grid instead of distributing the saved space to the rest of the grid.
To save space, I really don't need the header row for the second grid, since it aligns with the header columns for the first grid.
How to get rid of header row for the second grid and use that saved space for data rows?
I've tried this, but it leaves a gap at the bottom of the grid instead of distributing the saved space to the rest of the grid.
#cntr-bnch .k-grid-header {
display : none;
}