From 71dd25c27f54833e4a7bdd26128992cffce35ed2 Mon Sep 17 00:00:00 2001 From: rojaro <> Date: Tue, 18 Aug 2009 19:38:07 +0000 Subject: fixed typo --- framework/Web/UI/WebControls/TBoundColumn.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'framework') 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) -- cgit v1.2.3