summaryrefslogtreecommitdiff
path: root/demos/quickstart/protected/pages/Controls/DataGrid2.page
diff options
context:
space:
mode:
authorxue <>2006-02-02 06:29:24 +0000
committerxue <>2006-02-02 06:29:24 +0000
commitb2fba25e4b146c4896304377643e498a22a3ced0 (patch)
tree929d9cc151f9824132e37f4a8aae77ae5a8d8a99 /demos/quickstart/protected/pages/Controls/DataGrid2.page
parent2037f60c73a77f28cc09fcb64cb424e16c593765 (diff)
Added a demo of using TDataGrid with automatically generated columns.
Diffstat (limited to 'demos/quickstart/protected/pages/Controls/DataGrid2.page')
-rw-r--r--demos/quickstart/protected/pages/Controls/DataGrid2.page19
1 files changed, 19 insertions, 0 deletions
diff --git a/demos/quickstart/protected/pages/Controls/DataGrid2.page b/demos/quickstart/protected/pages/Controls/DataGrid2.page
new file mode 100644
index 00000000..f73f46be
--- /dev/null
+++ b/demos/quickstart/protected/pages/Controls/DataGrid2.page
@@ -0,0 +1,19 @@
+<com:TContent ID="body" >
+
+<h1>TDataGrid : Part II</h1>
+
+<h2>Paging and Sorting</h2>
+
+<h2>Updating and Deleting</h2>
+
+<h2>Custom Paging</h2>
+
+<h2>Extending TDataGrid</h2>
+
+<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" />
+
+</com:TContent> \ No newline at end of file