Intersoft WebGrid Documentation
ExpandChildRow Method
See Also  Send Feedback
ISNet.WebUI.WebGrid Namespace > WebGridRow Class : ExpandChildRow Method






Expand child rows of this row.

Syntax

Visual Basic (Declaration) 
Public Sub ExpandChildRow() 
Visual Basic (Usage)Copy Code
Dim instance As WebGridRow
 
instance.ExpandChildRow()
C# 
public void ExpandChildRow()
Delphi 
public procedure ExpandChildRow(); 
JScript 
public function ExpandChildRow();
Managed Extensions for C++ 
public: void ExpandChildRow(); 
C++/CLI 
public:
void ExpandChildRow(); 

Remarks

Use this method to make this row shown in expanded mode. All childtable's rows will be retrieved and shown as well. Note that this method will not have any affect when the row's ChildNotExpandable property is set to True or when the Table where this row belongs to doesn't have any childtables defined.

When OnInitializeChildTableDataSource event is implemented for on-demand data retrieving, this method will automatically call the event when necessary. Therefore, the existing implementation can still be used and wouldn't cause any conflicts.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

©2012 Intersoft Solutions Corp. All Rights Reserved.