summaryrefslogtreecommitdiff
path: root/demos/northwind-db
diff options
context:
space:
mode:
Diffstat (limited to 'demos/northwind-db')
-rw-r--r--demos/northwind-db/protected/pages/NorthwindCrud.page2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/northwind-db/protected/pages/NorthwindCrud.page b/demos/northwind-db/protected/pages/NorthwindCrud.page
index 34d8ecd0..686c15fc 100644
--- a/demos/northwind-db/protected/pages/NorthwindCrud.page
+++ b/demos/northwind-db/protected/pages/NorthwindCrud.page
@@ -3,7 +3,7 @@
<body>
<h1>Northwind Database</h1>
<com:TForm>
- <com:TDropDownList ID="class_list" AutoPostBack="true"/>
+ <com:TDropDownList ID="class_list" AutoPostBack="true" SelectedIndex="0"/>
<com:TScaffoldView ID="scaffold1" RecordClass="<%= $this->class_list->selectedItem->Text %>" />
</com:TForm>
</body>