summaryrefslogtreecommitdiff
path: root/demos/quickstart/protected/pages/Controls/Samples/TDataGrid/Sample1.page
diff options
context:
space:
mode:
authorxue <>2006-02-02 06:29:24 +0000
committerxue <>2006-02-02 06:29:24 +0000
commitb2fba25e4b146c4896304377643e498a22a3ced0 (patch)
tree929d9cc151f9824132e37f4a8aae77ae5a8d8a99 /demos/quickstart/protected/pages/Controls/Samples/TDataGrid/Sample1.page
parent2037f60c73a77f28cc09fcb64cb424e16c593765 (diff)
Added a demo of using TDataGrid with automatically generated columns.
Diffstat (limited to 'demos/quickstart/protected/pages/Controls/Samples/TDataGrid/Sample1.page')
-rw-r--r--demos/quickstart/protected/pages/Controls/Samples/TDataGrid/Sample1.page10
1 files changed, 5 insertions, 5 deletions
diff --git a/demos/quickstart/protected/pages/Controls/Samples/TDataGrid/Sample1.page b/demos/quickstart/protected/pages/Controls/Samples/TDataGrid/Sample1.page
index 5c24405e..05ba4630 100644
--- a/demos/quickstart/protected/pages/Controls/Samples/TDataGrid/Sample1.page
+++ b/demos/quickstart/protected/pages/Controls/Samples/TDataGrid/Sample1.page
@@ -1,14 +1,14 @@
<com:TContent ID="body">
<h1>TDataGrid Sample 1</h1>
+<h2>Automatically Generated Columns</h2>
<com:TDataGrid
ID="DataGrid"
- ItemStyle.BackColor="blue"
+ HeaderStyle.BackColor="silver"
+ ItemStyle.BackColor="lightblue"
ItemStyle.Font.Italic="true"
- ItemStyle.ForeColor="white"
- AlternatingItemStyle.BackColor="green"
- SelectedItemStyle.BackColor="red">
-</com:TDataGrid>
+ AlternatingItemStyle.BackColor="lightgreen"
+ />
</com:TContent> \ No newline at end of file