Property Boolean pbAllData
Read Access: | Get pbAllData to BooleanVariable |
Write Access: | Set pbAllData to BooleanVariable/Value |
If set to True, selection items will be loaded to the client all at once.
This also means that suggestion filtering happens on the client in JavaScript. It is recommended to only use this mode for smaller data sets. For non-data-aware sources, this means that OnLoadItems needs to be implemented to provide the set of items.
Defaults to False.