Hello Anamika,
Setting a height to a Kendo UI Grid (or any other container with variable content) requires scrollability. So the first step is to enable Grid scrolling:
http://docs.telerik.com/kendo-ui/getting-started/using-kendo-with/aspnet-mvc/helpers/grid/configuration#scrolling
The second step is to make the Grids 100% high:
http://docs.telerik.com/kendo-ui/getting-started/web/grid/walkthrough#making-the-grid-100-high-and-auto-resizable
The 100% height style to a Grid <div> can be applied as an inline style with the Grid's .HtmlAttributes(), or via an external CSS rule, which uses the Grid's CSS class (
.k-grid), or a custom CSS class, applied with .HtmlAttributes().
Regards,
Dimo
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework -
download Kendo UI now!