diff options
author | xue <> | 2006-09-13 12:37:23 +0000 |
---|---|---|
committer | xue <> | 2006-09-13 12:37:23 +0000 |
commit | 348fb25264f6cc9251f5ae9cb8c7a8a1013e2d67 (patch) | |
tree | ca03f23737bfdb09ab509a8b788277fc218400c2 /demos/quickstart/protected/pages/Controls | |
parent | 3e76d1b8b3c71108f5a9ca1af5c9d40613546a90 (diff) |
Merge from 3.0 branch till 1409.
Diffstat (limited to 'demos/quickstart/protected/pages/Controls')
-rw-r--r-- | demos/quickstart/protected/pages/Controls/DataGrid.page | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/demos/quickstart/protected/pages/Controls/DataGrid.page b/demos/quickstart/protected/pages/Controls/DataGrid.page index 2a51a3de..4697d0e5 100644 --- a/demos/quickstart/protected/pages/Controls/DataGrid.page +++ b/demos/quickstart/protected/pages/Controls/DataGrid.page @@ -21,6 +21,7 @@ PRADO provides five types of columns: </p>
<ul>
<li><tt>TBoundColumn</tt> associates cells with a specific field of data and displays the cells according to their modes.</li>
+ <li><tt>TLiteralColumn</tt> associates cells with a specific field of data and displays the cells with static texts.</li>
<li><tt>TCheckBoxColumn</tt> associates cells with a specific field of data and displays in each cell a checkbox whose check state is determined by the data field value.</li>
<li><tt>TDropDownListColumn</tt> associates cells with a specific field of data and displays the cells according to their modes. If in edit mode, a cell will be displayed with a <tt>TDropDownList</tt>.</li>
<li><tt>THyperLinkColumn</tt> displays in the cells a hyperlink whose caption and URL can be either statically specified or bound to some fields of data.</li>
|