diff options
Diffstat (limited to 'framework/Web/UI/WebControls/TBoundColumn.php')
-rw-r--r-- | framework/Web/UI/WebControls/TBoundColumn.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/Web/UI/WebControls/TBoundColumn.php b/framework/Web/UI/WebControls/TBoundColumn.php index 264bbc6c..0f48d6e7 100644 --- a/framework/Web/UI/WebControls/TBoundColumn.php +++ b/framework/Web/UI/WebControls/TBoundColumn.php @@ -188,7 +188,7 @@ class TBoundColumn extends TDataGridColumn case TListItemType::EditItem:
if(!$this->getReadOnly())
{
- if(($classPath=$this->getItemRenderer())!=='')
+ if(($classPath=$this->getEditItemRenderer())!=='')
{
$control=Prado::createComponent($classPath);
if($control instanceof IItemDataRenderer)
|