| RadGrid version |
4.x or Telerik.Web.UI 2007.3.12.18+
|
| .NET version |
2.0
|
| Visual Studio version |
VS 2005
|
| programming language |
C#, Javascript
|
| browser support |
all browsers supported by RadGrid
|
NOTE: Thе project GridWith100PercHeightAndResizeOnBrowserResize.zip refers to RadGrid versions prior to 4.5.0. For RadGrid versions 5+ and 2007.3.12.18+ use the aproach without any javascript logic attached in grid_100_width_height.zip.
PROJECT DESCRIPTION
This sample project demonstrates how to configure r.a.d.
grid to occupy 100% height of its container (or the total browser window height) with scrolling and static headers enabled. Note that you will need to use DOCTYPE HTML 4.0 Transitional (the XHTML STRICT doctype has a limitation related to 100% height for html table elements).
Keep in mind that if the grid is nested inside containers, at least one of them should have fixed height dimension in pixels. Thus the control will calculate its dimensions in regards with this container pixel height.
You can also review
this forum thread for more available options.