C# Syntax
public interface IDataGrid : ICustomGrid
Name | Description | |
---|---|---|
![]() | Rows | Returns collection of rows. |
![]() | TableTestObject | Returns the ITable test object this custom grid was accessed from. (Inherited from HP.LFT.SDK.WinForms.ICustomGrid) |
Name | Description | |
---|---|---|
![]() | ActivateColumn | Double-clicks the specified column header in this grid. |
![]() | Back | Navigates back to parent table. |
![]() | CollapseRow | Collapses the specified row. |
![]() | ExpandRow | Expands the specified row. |
![]() | HideParentRow | Hides the parent row when the child grid is displayed. |
![]() | OpenCellRelation | Opens the child table referenced by the link in the specified cell. |
![]() | SelectColumn | Selects (clicks) the specified column header in this grid. |
![]() | ShowParentRow | Displays the parent row when the child grid is displayed.
You can use OpenCellRelation to display the child table of a selected cell. You can use HideParentRow to hide a displayed parent row. |