PopulateHidden Property

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.

Client support

   Newlook Smartclient

   Newlook Server

Version Support

Introduced in Version 10.6.0.

Use

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.

TIP:

This property can only be set in Designer. It cannot be set dynamically at run-time.

Settings

Setting

Description

True

Download hidden subfile column data when the grid loads.

False

(Default) Hidden subfile column data will not be downloaded.

See Also

BlockSize Property | OnLoadRecord Property | LoadAllRecords property

Applies To

DataGrid column object


© 2004-2021 looksoftware. All rights reserved.