Gets or sets whether hidden subfile column data is downloaded when an OpenAccess-enabled grid control loads. Design-time only.
OpenAccess-enabled controls only.
object.PopulateHidden = [boolean]
Where object is an object expression that evaluates to one of the controls in the Applies To list, and boolean is a boolean expression that evaluates to either True or False, as described in Settings.
Newlook Smartclient
Newlook Server
Introduced in Version 10.6.0.
This property is False by default, to prevent screen loading delays for OA subfiles containing a large numbers of hidden fields. However if you have a specific need to download hidden subfile columns then you can override this behavior by setting this property to True. The column data will still be hidden in the grid, but will be accessible at run-time via the Newlook object model.
This property can only be set in Designer. It cannot be set dynamically at run-time.
Setting |
Description |
True |
Download hidden subfile column data when the grid loads. |
False |
(Default) Hidden subfile column data will not be downloaded. |
BlockSize Property | OnLoadRecord Property | LoadAllRecords property
© 2004-2021 looksoftware. All rights reserved.