From 9bf518fc15ed3945b8f770bd10c855a89c7707bc Mon Sep 17 00:00:00 2001 From: xue <> Date: Sun, 5 Feb 2006 00:47:08 +0000 Subject: Updated sorting example of TDataGrid. --- demos/quickstart/protected/pages/Controls/DataGrid2.page | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (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 index 7f11071f..a081fa46 100644 --- a/demos/quickstart/protected/pages/Controls/DataGrid2.page +++ b/demos/quickstart/protected/pages/Controls/DataGrid2.page @@ -16,7 +16,7 @@ The following example shows how to make the previous book information table an i TDataGrid supports sorting its items according to specific columns. To enable sorting, set AllowSorting to true. This will turn column headers into clickable buttons if their SortExpression property is not empty. When users click on the header buttons, an OnSortCommand event will be raised. Developers can write handlers to respond to the sort command and sort the data according to SortExpression which is specified in the corresponding column.

-The following example turns Example 2 into a sortable datagrid. Users can click on any link button displayed in the header of a column and the data will be sorted in ascending order along that column. +The following example turns the datagrid in Example 2 into a sortable one. Users can click on the link button displayed in the header of any column, and the data will be sorted in ascending order along that column.

-- cgit v1.2.3