summaryrefslogtreecommitdiff
path: root/demos/quickstart/protected/pages/Controls
diff options
context:
space:
mode:
authorxue <>2006-02-02 23:53:32 +0000
committerxue <>2006-02-02 23:53:32 +0000
commit81d3bc50d96a11bd411f8f0fa5831a85228ffe4e (patch)
tree16cc6afdef11be7708502ebf2f22c8486134710f /demos/quickstart/protected/pages/Controls
parent4724cb4ed35c6cdb31e2c3381002f62bd6530e5a (diff)
Modified onSaveState to saveState, and onLoadState to loadState.
Diffstat (limited to 'demos/quickstart/protected/pages/Controls')
-rw-r--r--demos/quickstart/protected/pages/Controls/DataGrid1.page2
-rw-r--r--demos/quickstart/protected/pages/Controls/Samples/TDataGrid/Sample1.page3
2 files changed, 3 insertions, 2 deletions
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 <tt>AutoGenerateColumns</tt> to false, and spec
&lt;/com:TDataGrid&gt;
</com:TTextHighlighter>
<p>
-Note, if <tt>AutoGenerateColumns</tt> is true and there are manually specified columns, the automatically generated columns will be displayed first. Also note, the datagrid's <tt>Columns</tt> property only contains manually specified columns.
+Note, if <tt>AutoGenerateColumns</tt> 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 <tt>Columns</tt> property only contains manually specified columns.
</p>
<com:RunBar PagePath="Controls.Samples.TDataGrid.Sample2" />
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 @@
<com:TContent ID="body">
<h1>TDataGrid Sample 1</h1>
-<h2>Automatically Generated Columns</h2>
+<h2>Using Automatically Generated Columns</h2>
<com:TDataGrid
ID="DataGrid"
+ EnableViewState="false"
HeaderStyle.BackColor="silver"
ItemStyle.BackColor="lightblue"
ItemStyle.Font.Italic="true"