![]() | ![]() |
GridRow Class [PHP]
Summary
Properties | Description | |
![]() | CssClass | Get or set the css clas for row. |
![]() | EditMode | Get or set whether the row is in edit mode. |
![]() | Expand | Get or set whether the row is expanded. |
![]() | Selected | Get or set whether the row is selected. |
![]() | TableView | Get the tableview instance which contains this row. |
![]() | Width | Get the data associated with the row. |
Methods | Description | |
![]() | GetUniqueID | Return the row's unique ID which is assigned by KoolGrid. |
![]() | GetInstanceDetailTables | Get the list of detail tableviews that are associated with the row. |
![]() | GetTableView | Return the tableview instance that contains the row. |
Properties Detail
EditModeTop
bool EditMode
Get or set whether the row is in edit mode.
Supported from version: 1.0.0.0
TableViewTop
GridTableView TableView
Get the tableview instance which contains this row. Note: This property is only available after grid has been processed.
Supported from version: 1.6.0.0
Methods Detail
GetUniqueIDTop
string GetUniqueID()
Return the row's unique ID which is assigned by KoolGrid.
Supported from version: 2.3.0.0
GetInstanceDetailTablesTop
array GetInstanceDetailTables()
Get the list of detail tableviews that are associated with the row.
Supported from version: 1.0.0.0
GetTableViewTop
GridTableView GetTableView()
Return the tableview instance that contains the row.
Supported from version: 2.1.0.0
![]() | ![]() |