just learning agiletoolkit so I'm going to have some questions...
First, I have it up and running with a database with some data in it, several tables in fact. Nothing too major.
I have all the tables editable with basic CRUD but I'd like to know if it's possible to enhance the CRUD interface with layout control.
Here's what I mean:
I have a table with lots of fields defined in a Model and a page referencing that model with CRUD. I really don't want to see all the fields in a CRUD grid but I want to be able to edit certain other fields I'd like by clicking the edit button that CRUD provides. The effect I'm after is a grid with a few columns but editable in place like CRUD does. Is this possible?
Also, I've been able to format the CRUD editor with checkboxes and date pickers for the appropriate fields but the overlay editor is too big to show all the fields in the table so I'd like to be able to format the overlay with sections and reduce the size of the fields etc..
Is this possible or do I need to go about it in another way (multiple pages with forms)?
I'm thinking perhaps of a grid layout with certain columns but I'd like an EDIT button in the column that brings up another page with edit fields that I chose for the record?