summaryrefslogtreecommitdiff
path: root/demos/quickstart/protected/pages/Controls/Samples/TDataGrid/Sample1.page
blob: 152376e8a243fe80e7fda18549d8d7320d059343 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<com:TContent ID="body">

<h1>TDataGrid Sample 1</h1>
<h2>Using Automatically Generated Columns</h2>

<com:TDataGrid
	ID="DataGrid"
	EnableViewState="false"
	CellPadding="2"
	HeaderStyle.BackColor="black"
	HeaderStyle.ForeColor="white"
	ItemStyle.BackColor="#BFCFFF"
	ItemStyle.Font.Italic="true"
	AlternatingItemStyle.BackColor="#E6ECFF"
	/>

</com:TContent>