how to dynamically height in kendo grid mvc in browser wise code example
Example: set height of kendo grid mvc
Html.Kendo().Grid()
.Scrollable(s => s.Height("auto"))
Html.Kendo().Grid()
.Scrollable(s => s.Height("auto"))