RadGrid for ASP .NET version
RadControls for ASP .NET AJAX version |
4.x and later
2008.1.415 and later
|
| .NET version |
2.0 and later
|
| Visual Studio version |
2005 and later
|
| Programming language |
C#, Javascript
|
| Browser support |
all supported by RadGrid for ASP .NET
all browsers supported by RadControls for ASP .NET AJAX
|
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.