From 94147abb50d8de017d6bf6831709310d285c6f79 Mon Sep 17 00:00:00 2001 From: wei <> Date: Thu, 2 Feb 2006 07:39:15 +0000 Subject: Add datagrid and repeater to prado3_quick_start.pdf --- demos/quickstart/protected/pages/Controls/DataGrid1.page | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'demos/quickstart/protected/pages/Controls/DataGrid1.page') diff --git a/demos/quickstart/protected/pages/Controls/DataGrid1.page b/demos/quickstart/protected/pages/Controls/DataGrid1.page index 63f46754..63d55f8c 100644 --- a/demos/quickstart/protected/pages/Controls/DataGrid1.page +++ b/demos/quickstart/protected/pages/Controls/DataGrid1.page @@ -58,7 +58,7 @@ TDataGrid provides several events to facilitate manipulation of its items,

Using TDataGrid

-

Automatically Generated Columns

+

Automatically Generated Columns

TDataGrid by default will create a list of columns based on the structure of the bound data. TDataGrid will read the first row of the data, extract the field names of the row, and construct a column for each field. Each column is of type TBoundColumn.

@@ -76,7 +76,7 @@ public function onLoad($param) { -

Manually Specified Columns

+

Manually Specified Columns

Using automatically generated columns gives a quick way of browsing tabular data. In real applications, however, automatically generated columns are often not enough because developers have no way configuring their properties. Manually specified columns are thus more desirable.

-- cgit v1.2.3