Subversion-Projekte lars-tiefland.prado

Revision

Details | Letzte Änderung | Log anzeigen | RSS feed

Revision Autor Zeilennr. Zeile
1 lars 1
<com:TContent ID="body">
2
 
3
<h1>TDataGrid Sample 1</h1>
4
<h2>Using Automatically Generated Columns</h2>
5
 
6
<com:TDataGrid
7
	ID="DataGrid"
8
	EnableViewState="false"
9
	CellPadding="2"
10
	HeaderStyle.BackColor="black"
11
	HeaderStyle.ForeColor="white"
12
	ItemStyle.BackColor="#BFCFFF"
13
	ItemStyle.Font.Italic="true"
14
	AlternatingItemStyle.BackColor="#E6ECFF"
15
	/>
16
 
17
<div class="last-modified">$Id: Sample1.page 1650 2007-01-24 06:55:32Z wei $</div></com:TContent>