gd.maxDisplayRowCount
maximum number of rows to display
Class | griddisplay |
---|---|
Property | gd.maxDisplayRowCount |
Usage |
|
Formal specification | gd.maxDisplayRowCount = number |
Required | no |
Default | |
Version | 1.4 |
Comment | Setting the maxDisplayRowCount property to a larger value then the gd.paginationsize, you will not get a vertical scroll bar. |
Example | To show a grid which has minimal 2 rows, but can expand to 10, use following properties gd.visiblerows=auto
gd.minDisplayRowCount=2
gd.maxDisplayRowCount=10
|
Reference |
, multiple selections available,
Related content
gd.maxDisplayRowHeight
gd.maxDisplayRowHeight
More like this
gd.maxDisplayGridHeight
gd.maxDisplayGridHeight
More like this
gd.minDisplayRowCount
gd.minDisplayRowCount
More like this
gd.minDisplayRowHeight
gd.minDisplayRowHeight
More like this
gd.visiblerows
gd.visiblerows
More like this
gd.minDisplayGridHeight
gd.minDisplayGridHeight
More like this