From 8ae818015bf4ea84c5ad0d66fd9ad54e750db95f Mon Sep 17 00:00:00 2001
From: xue <>
Date: Thu, 31 Aug 2006 19:56:05 +0000
Subject: doc fix.
---
framework/Web/UI/WebControls/TDropDownListColumn.php | 9 +++++++++
1 file changed, 9 insertions(+)
(limited to 'framework/Web/UI')
diff --git a/framework/Web/UI/WebControls/TDropDownListColumn.php b/framework/Web/UI/WebControls/TDropDownListColumn.php
index f5f08fd9..bcbd87e4 100644
--- a/framework/Web/UI/WebControls/TDropDownListColumn.php
+++ b/framework/Web/UI/WebControls/TDropDownListColumn.php
@@ -42,6 +42,15 @@ Prado::using('System.Web.UI.WebControls.TDropDownList');
* Note, if you specify {@link setListDataSource ListDataSource}, do it before
* calling the datagrid's dataBind().
*
+ * The dropdown list control in the TDropDownListColumn can be accessed by one of
+ * the following two methods:
+ *
+ * $datagridItem->DropDownListColumnID->DropDownList
+ * $datagridItem->DropDownListColumnID->Controls[0]
+ *
+ * The second method is possible because the dropdown list control created within the
+ * datagrid cell is the first child.
+ *
* @author Qiang Xue
* @version $Revision: $ $Date: $
* @package System.Web.UI.WebControls
--
cgit v1.2.3