pbAllData - cSelectionSource
Determines whether selection items will be loaded to the client all at once
Type: Property
Access: Read/Write
Data Type: Boolean
Parameters: None
Syntax
Property Boolean pbAllData
| Access Type | Syntax |
|---|---|
| Read Access: | Get pbAllData to BooleanVariable |
| Write Access: | Set pbAllData to BooleanVariable/Value |
Description
If set to True, selection items will be loaded to the client all at once and suggestion filtering will happen locally in JavaScript. Use this mode only for smaller data sets. For non-data-aware sources, OnLoadItems must provide the complete set of items.
pbAllData, pbPaged, and pbSuggestions are mutually exclusive. Set exactly one of these properties to True for a selection source.
Defaults to False.