piPageSize - cWebList
Max number of rows to send to the client at a time in a data aware grid
Type: Property
Access: Read/Write
Data Type: Integer
Parameters: None
Syntax
Property Integer piPageSize
| Access Type | Syntax |
|---|---|
| Read Access: | Get piPageSize to IntegerVariable |
| Write Access: | Set piPageSize to IntegerVariable/Value |
Description
By default, a data-aware grid (pbDataAware = True) will load its grid rows in pages. This behaviour is enabled when peDbGridType is set to gtAutomatic (the default).
You can set this property to tune the number of rows sent in each page, i.e. the size of each page of row data. The default page size is 80 rows.
You can set this property to 0 to load all available rows; however, this is not the recommended way to control this. Instead, you should set peDbGridType to gtAllData.