1.
.HtmlAttributes(
new
{ style =
"height: 500px"
})
2. Html.Kendo().Grid()
.Scrollable(s => s.Height(550))
3. Html.Kendo().Grid()
.Scrollable(s => s.Height("auto")) This approach has problem with the records showing in the area which is out of page
Reference:
http://docs.telerik.com/kendo-ui/web/grid/appearance#height
No comments:
Post a Comment