Class \Prado\Web\UI\WebControls\TDataGridItemCollection
TDataGridItemCollection class.
TDataGridItemCollection represents a collection of data grid items.
Class hierarchy
- \Prado\Web\UI\WebControls\TDataGridItemCollection
- \Prado\Collections\TList implements IteratorAggregate, ArrayAccess, Countable
- \Prado\TComponent
Since: 3.0
public
|
insertAt(int $index, mixed $item) : mixed
Inserts an item at the specified position.
This overrides the parent implementation by inserting only TDataGridItem. |
\Prado\TComponent::GLOBAL_RAISE_EVENT_LISTENER |