Version

EnableChildlessRowsPopulation Property (EditingCore)

This property should be used only for WebHierarchicalDataGrid control. Indicates whether an empty row island should be created for a child band that does not have any rows. The row island and the expansion indicator are not visible on the client until a row is added to it via JavaScript. The empty row island is only present on the client if the WebHierarchicalDataGrid is bound to the level that the row island is on. This should be done by setting WebHierarchicalDataGrid.InitialDataBindDepth property. This feature is meant to be used with BatchUpdating
Syntax
'Declaration
 
Public Property EnableChildlessRowsPopulation As Boolean
public bool EnableChildlessRowsPopulation {get; set;}
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also