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

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

<com:TDataGrid
	ID="DataGrid"
	HeaderStyle.BackColor="silver"
	ItemStyle.BackColor="lightblue"
	ItemStyle.Font.Italic="true"
	AlternatingItemStyle.BackColor="lightgreen"
	/>

</com:TContent>