Prado\Web\UI\WebControls\TTemplateColumn::setEditItemRenderer PHP Méthode

setEditItemRenderer() public méthode

If not empty, the class will be used to instantiate as a child control in the item cell that is in edit mode. If the class implements {@link \Prado\IDataRenderer}, the Data property will be set as the row of the data associated with the datagrid item that this cell resides in.
Since: 3.1.0
public setEditItemRenderer ( $value )
    public function setEditItemRenderer($value)
    {
        $this->setViewState('EditItemRenderer', $value, '');
    }