summaryrefslogtreecommitdiff
path: root/demos/quickstart/protected/pages/ActiveControls/Samples/TActiveDataGrid/Sample6.page
diff options
context:
space:
mode:
Diffstat (limited to 'demos/quickstart/protected/pages/ActiveControls/Samples/TActiveDataGrid/Sample6.page')
-rw-r--r--demos/quickstart/protected/pages/ActiveControls/Samples/TActiveDataGrid/Sample6.page26
1 files changed, 0 insertions, 26 deletions
diff --git a/demos/quickstart/protected/pages/ActiveControls/Samples/TActiveDataGrid/Sample6.page b/demos/quickstart/protected/pages/ActiveControls/Samples/TActiveDataGrid/Sample6.page
deleted file mode 100644
index dd3fcdf8..00000000
--- a/demos/quickstart/protected/pages/ActiveControls/Samples/TActiveDataGrid/Sample6.page
+++ /dev/null
@@ -1,26 +0,0 @@
-<com:TContent ID="body">
-
-<h1>TActiveDataGrid Sample 6</h1>
-<h2>Custom Paging</h2>
-
-<div style="width:500px">
-<com:TActiveDataGrid
- ID="DataGrid"
- Width="100%"
- AllowPaging="true"
- AllowCustomPaging="true"
- VirtualItemCount="19"
- PageSize="5"
- PagerStyle.Mode="Numeric"
- PagerStyle.HorizontalAlign="Right"
- CellPadding="2"
- HeaderStyle.BackColor="black"
- HeaderStyle.ForeColor="white"
- ItemStyle.BackColor="#BFCFFF"
- ItemStyle.Font.Italic="true"
- AlternatingItemStyle.BackColor="#E6ECFF"
- OnPageIndexChanged="changePage"
- />
-</div>
-
-<div class="last-modified">$Id: Sample6.page 1650 2007-01-24 06:55:32Z wei $</div></com:TContent> \ No newline at end of file