From b2fba25e4b146c4896304377643e498a22a3ced0 Mon Sep 17 00:00:00 2001 From: xue <> Date: Thu, 2 Feb 2006 06:29:24 +0000 Subject: Added a demo of using TDataGrid with automatically generated columns. --- .../protected/pages/Controls/DataGrid2.page | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 demos/quickstart/protected/pages/Controls/DataGrid2.page (limited to 'demos/quickstart/protected/pages/Controls/DataGrid2.page') 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 @@ + + +

TDataGrid : Part II

+ +

Paging and Sorting

+ +

Updating and Deleting

+ +

Custom Paging

+ +

Extending TDataGrid

+ + +

+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, DataKeys property is used. +

+ + +
\ No newline at end of file -- cgit v1.2.3