Prado\Web\UI\WebControls\TBoundColumn::setEditItemRenderer PHP Method

setEditItemRenderer() public method

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 data associated with the datagrid cell during databinding. The data can be either the whole data row or a field of the row if {@link getDataField DataField} is not empty. If {@link getDataFormatString DataFormatString} is not empty, the data will be formatted first before passing to the renderer.
Since: 3.1.0
public setEditItemRenderer ( $value )
    public function setEditItemRenderer($value)
    {
        $this->setViewState('EditItemRenderer', $value, '');
    }