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

Expand Grid height when detail template shown...

1 Answer 103 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Michael
Top achievements
Rank 1
Michael asked on 14 Feb 2013, 04:24 PM
The outside portion of the grid with the pagination does not change size when detail templates are expanded. Is there a way to ensure the entire grid expands rather than displaying a scrollbar?

Thanks!

1 Answer, 1 is accepted

Sort by
0
Michael
Top achievements
Rank 1
answered on 14 Feb 2013, 04:32 PM
Found it. There is a default inline style on the div with class k-grid-content that needs to be overridden:

.k-grid-content{
    height:auto !important;
}
Tags
Grid
Asked by
Michael
Top achievements
Rank 1
Answers by
Michael
Top achievements
Rank 1
Share this question
or