summaryrefslogtreecommitdiff
path: root/demos/quickstart/protected/pages/Controls/Samples/TDataGrid/Sample6.page
diff options
context:
space:
mode:
Diffstat (limited to 'demos/quickstart/protected/pages/Controls/Samples/TDataGrid/Sample6.page')
-rw-r--r--demos/quickstart/protected/pages/Controls/Samples/TDataGrid/Sample6.page3
1 files changed, 2 insertions, 1 deletions
diff --git a/demos/quickstart/protected/pages/Controls/Samples/TDataGrid/Sample6.page b/demos/quickstart/protected/pages/Controls/Samples/TDataGrid/Sample6.page
index c8a8c9a2..d2277bc5 100644
--- a/demos/quickstart/protected/pages/Controls/Samples/TDataGrid/Sample6.page
+++ b/demos/quickstart/protected/pages/Controls/Samples/TDataGrid/Sample6.page
@@ -3,6 +3,7 @@
<h1>TDataGrid Sample 6</h1>
<h2>Custom Paging</h2>
+<div style="width:500px">
<com:TDataGrid
ID="DataGrid"
AllowPaging="true"
@@ -11,7 +12,6 @@
PageSize="5"
PagerStyle.Mode="Numeric"
PagerStyle.HorizontalAlign="Right"
- Width="500px"
CellPadding="2"
HeaderStyle.BackColor="black"
HeaderStyle.ForeColor="white"
@@ -20,5 +20,6 @@
AlternatingItemStyle.BackColor="#E6ECFF"
OnPageIndexChanged="changePage"
/>
+</div>
</com:TContent> \ No newline at end of file