summaryrefslogtreecommitdiff
path: root/demos/quickstart/protected/pages/Controls/Samples/TDataGrid/Sample1.page
blob: 63f8fa154f680eb977a42a3a1eddb44a2c621f68 (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>