This is a migrated thread and some comments may be shown as answers.

Grid Footer Height

2 Answers 395 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Vlad
Top achievements
Rank 1
Vlad asked on 24 Oct 2012, 08:54 PM
Hi,

For some reason after changing font of the grid my header height doesn't match with footer height.

How can I change Grid's footer height?  Actually I need to remove padding from it.

Thanks a lot.

Sincerely,
Vlad.

2 Answers, 1 is accepted

Sort by
0
Accepted
Petur Subev
Telerik team
answered on 29 Oct 2012, 04:55 PM
Hello Vlad,

There is no such option/configuration. You need to play with the CSS to change the Grid footer:
e.g.

.k-grid-pager {
     height: 50px;
}


Kind Regards,
Petur Subev
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0
Vlad
Top achievements
Rank 1
answered on 02 Nov 2012, 11:45 AM
Hi Petur,

Thanks a lot for help.  That is exactly what I was looking.

Sincerely,
Vlad.
Tags
Grid
Asked by
Vlad
Top achievements
Rank 1
Answers by
Petur Subev
Telerik team
Vlad
Top achievements
Rank 1
Share this question
or