summaryrefslogtreecommitdiff
path: root/demos/quickstart/protected/pages/Controls/Samples/TDataGrid/Sample1.page
diff options
context:
space:
mode:
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