Used to fix the main grid's height to a certain amount Default: Default is that the grid height is determined by the Web browser. You can set this to a percentage (eg. 100%) or number of pixels (eg. 200), but it is not guaranteed to work because the browser can override your settings.Syntax
$lens->gridHeight='100%' // means 100% of the enclosing page/table's height
$lens->gridHeight=600; // means that the grid is 600 pixels tall Basic:Yes Advanced/Enterprise:Yes DynamicEdit:Yes [Version 1.0]
|