Hi,
When I set the grid scrollable auto, the grid content div height style is not auto and overwrite the min-height value specified in css. Why?
<style> .k-grid-content { min-height: 200px; max-height: 400px; height:auto !important; }</style>@(Html.Kendo().Grid(Model).Scrollable(scrollable => scrollable.Height("auto")))