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

CssClassTop

string CssClass

Get or set the css class for row.

Show/Hide Code

Supported from version: 1.0.0.0

EditModeTop

bool EditMode

Get or set whether the row is in edit mode.

Show/Hide Code

Supported from version: 1.0.0.0

ExpandTop

bool Expand

Get or set whether the row is expanded.

Show/Hide Code

Supported from version: 1.0.0.0

SelectedTop

bool Selected

Get or set whether the row is selected.

Show/Hide Code

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.

Show/Hide Code

Supported from version: 1.6.0.0

WidthTop

array Width

Get the data associated with the row.

Show/Hide Code

Supported from version: 1.0.0.0

Methods Detail

GetUniqueIDTop

string GetUniqueID()

Return the row's unique ID which is assigned by KoolGrid.

Show/Hide Code

Supported from version: 2.3.0.0

GetInstanceDetailTablesTop

array GetInstanceDetailTables()

Get the list of detail tableviews that are associated with the row.

Show/Hide Code

Supported from version: 1.0.0.0

GetTableViewTop

GridTableView GetTableView()

Return the tableview instance that contains the row.

Show/Hide Code

Supported from version: 2.1.0.0