Set Number of Records to Display in a Grid Page
- Last UpdatedNov 15, 2023
- 1 minute read
You can set the number of records or rows to display on each grid page using the pageSize property under the //Options section of the configuration file. The Grid loads a maximum of 1000 records.
If in a widget control (or container), the Consider Available Height setting is set to Yes, the page size value that you set serves as the minimum number of rows to display. If there's an available white space, such as when resizing the browser window so that it increases the height of the widget, the Grid widget fills it with more rows or records.
If the Consider Available Height setting is set to No and you specify a fixed height, the Grid widget takes the page size value and fills the available white space accordingly based on the fixed height. When resizing the browser window, the size of the Grid widget remains the same; it still has the same height and the same displayed records, and only the browser window size changes.
