summaryrefslogtreecommitdiff
path: root/demos/quickstart/protected/pages/Controls/DataGrid2.page
diff options
context:
space:
mode:
authorxue <>2006-02-04 01:50:00 +0000
committerxue <>2006-02-04 01:50:00 +0000
commit950eddf70e6ba062bf8c26c0dbc3913757935373 (patch)
tree08539a141933aeb097aaaf9d605b7ef7ce49bc90 /demos/quickstart/protected/pages/Controls/DataGrid2.page
parente40549980dd988f71e4facdd9552272ebd451cc4 (diff)
A few style changes.
Diffstat (limited to 'demos/quickstart/protected/pages/Controls/DataGrid2.page')
-rw-r--r--demos/quickstart/protected/pages/Controls/DataGrid2.page24
1 files changed, 15 insertions, 9 deletions
diff --git a/demos/quickstart/protected/pages/Controls/DataGrid2.page b/demos/quickstart/protected/pages/Controls/DataGrid2.page
index f73f46be..a40d3987 100644
--- a/demos/quickstart/protected/pages/Controls/DataGrid2.page
+++ b/demos/quickstart/protected/pages/Controls/DataGrid2.page
@@ -2,18 +2,24 @@
<h1>TDataGrid : Part II</h1>
-<h2>Paging and Sorting</h2>
+<h2>Interacting with TDataGrid</h2>
+<p>
+Besides the rich data presentation functionalities as demonstrated in previous section, TDataGrid is also highly user interactive. An import usage of TDataGrid is to use it for editting or deleting rows of data. The <tt>TEditCommandColumn</tt> is specically designed for this purpose.
+</p>
-<h2>Updating and Deleting</h2>
+<com:RunBar PagePath="Controls.Samples.TDataGrid.Sample3" />
-<h2>Custom Paging</h2>
+<h2>Sorting</h2>
-<h2>Extending TDataGrid</h2>
+<com:RunBar PagePath="Controls.Samples.TDataGrid.Sample4" />
-<com:RunBar PagePath="Controls.Samples.TDataGrid.Sample1" />
-<p>
-A common use of TDataGrid is for maintaining tabular data, including browsing, editting, deleting data items. This is enabled by the command events and various item templates of TDataGrid. The following example displays a computer product information. Users can add new products, modify or delete existing ones. In order to locate the data item for updating or deleting, <tt>DataKeys</tt> property is used.
-</p>
-<com:RunBar PagePath="Controls.Samples.TDataGrid.Sample2" />
+<h2>Paging</h2>
+
+<com:RunBar PagePath="Controls.Samples.TDataGrid.Sample5" />
+
+<h3>Custom Paging</h3>
+<com:RunBar PagePath="Controls.Samples.TDataGrid.Sample6" />
+
+<h2>Extending TDataGrid</h2>
</com:TContent> \ No newline at end of file