summaryrefslogtreecommitdiff
path: root/demos/quickstart/protected/pages/Controls/DataGrid2.page
diff options
context:
space:
mode:
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