New to Telerik UI for ASP.NET AJAX? Download free 30-day trial

Set full RadGrid height depending on row count

Description

When scrolling is enabled, the scroll area of the grid has a fixed scroll height of 300px. This causes a blank space to appear if the item count is too low.

Solution

If you want the grid to have its height automatically adjusted to its records, you can set an empty value to the following property:

<Scrolling ScrollHeight="" />

Alternatively, if you want to set a percentage height to the grid, you can follow the steps provided here:
http://www.telerik.com/support/code-library/setting-radgrid's-height-in-percents

In this article