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 6</h1>
4
<h2>Custom Paging</h2>
5
 
6
<div style="width:500px">
7
<com:TDataGrid
8
	ID="DataGrid"
9
	Width="100%"
10
	AllowPaging="true"
11
	AllowCustomPaging="true"
12
	VirtualItemCount="19"
13
	PageSize="5"
14
	PagerStyle.Mode="Numeric"
15
	PagerStyle.HorizontalAlign="Right"
16
	CellPadding="2"
17
	HeaderStyle.BackColor="black"
18
	HeaderStyle.ForeColor="white"
19
	ItemStyle.BackColor="#BFCFFF"
20
	ItemStyle.Font.Italic="true"
21
	AlternatingItemStyle.BackColor="#E6ECFF"
22
	OnPageIndexChanged="changePage"
23
	/>
24
</div>
25
 
26
<div class="last-modified">$Id: Sample6.page 1650 2007-01-24 06:55:32Z wei $</div></com:TContent>