I also have a question on the foreign key field on the generated website. Using northwind database as an example, in the "Products List" page, if you click "edit" for a record, you can't edit the "supplierID" and "CategoryID". Is this intended or I missed something? If it is intended, could I get back the admin control like in version 0.95? I like the old one.
Another question for the foreign key field, right now it is using dropdown box, but if the foreign key has thousands of value, it is very slow to populate the dropdown box. Since AJAX is already included in the project, how about use textbox like google suggestion to replace foreign key dropdown box? How hard/easy is it?
Thanks.