From 81d3bc50d96a11bd411f8f0fa5831a85228ffe4e Mon Sep 17 00:00:00 2001 From: xue <> Date: Thu, 2 Feb 2006 23:53:32 +0000 Subject: Modified onSaveState to saveState, and onLoadState to loadState. --- demos/quickstart/protected/pages/Controls/DataGrid1.page | 2 +- .../quickstart/protected/pages/Controls/Samples/TDataGrid/Sample1.page | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) (limited to 'demos/quickstart/protected/pages/Controls') diff --git a/demos/quickstart/protected/pages/Controls/DataGrid1.page b/demos/quickstart/protected/pages/Controls/DataGrid1.page index 63d55f8c..27e5a777 100644 --- a/demos/quickstart/protected/pages/Controls/DataGrid1.page +++ b/demos/quickstart/protected/pages/Controls/DataGrid1.page @@ -92,7 +92,7 @@ To manually specify columns, set AutoGenerateColumns to false, and spec </com:TDataGrid>

-Note, if AutoGenerateColumns is true and there are manually specified columns, the automatically generated columns will be displayed first. Also note, the datagrid's Columns property only contains manually specified columns. +Note, if AutoGenerateColumns is true and there are manually specified columns, the automatically generated columns will be appended to the manually specified columns. Also note, the datagrid's Columns property only contains manually specified columns.

diff --git a/demos/quickstart/protected/pages/Controls/Samples/TDataGrid/Sample1.page b/demos/quickstart/protected/pages/Controls/Samples/TDataGrid/Sample1.page index 05ba4630..5b5f0a1c 100644 --- a/demos/quickstart/protected/pages/Controls/Samples/TDataGrid/Sample1.page +++ b/demos/quickstart/protected/pages/Controls/Samples/TDataGrid/Sample1.page @@ -1,10 +1,11 @@

TDataGrid Sample 1

-

Automatically Generated Columns

+

Using Automatically Generated Columns