gd.minDisplayRowCount

Minimum number of rows to display.

Class

Grid Display

Property

gd.minDisplayRowCount

Usage



Formal specification

gd.minDisplayRowCount

Required

no

Default



Version

1.4

Comment

  • The height of the grid is calculated based on the normal height of a row (around 23 px)
    When the row height is larger (because it contains a large text area), you might end up displaying less rows than this parameter requires.

  • gd.minDisplayRowCount must be smaller than gd.maxDisplayRowCount, 

  • gd.visiblerows must be set to 'auto'.

Example



Reference