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

Grid Group Height

1 Answer 74 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Mike
Top achievements
Rank 1
Mike asked on 10 Feb 2016, 09:38 AM

I am sure this is a simple question but have been looking for a while.  The group panel at the top of the grid with the test drag column here ....

 How do I increase its height?

 Regards

 Mike

1 Answer, 1 is accepted

Sort by
0
Accepted
Magdalena
Telerik team
answered on 10 Feb 2016, 03:47 PM
Hi Mike,

Thank you for contacting Telerik support.

You can achieve it by an additional CSS:
html .k-filter-row th,
html .k-grid-header th.k-header {
     padding-top: 2em;
     padding-bottom: 2em;
}

Do not hesitate to contact us if you have other questions.


Regards,
Magdalena
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
Tags
Grid
Asked by
Mike
Top achievements
Rank 1
Answers by
Magdalena
Telerik team
Share this question
or