I've had some questions today about Split Grids, so here's a little summary.

Split Grids are normal Grid Sections with the ability to display a single record Form View within the Section. In the lianjademo App, the Orders and Order Details grids in the 'Customers Orders' dashboard are both Split Grids.

You set Split Grid behaviour in the Grid Section Attributes, checking 'Double click to edit' and/or 'Split grid'.

With 'Double click to edit' set, double-clicking on a Grid row displays a single record Form in the grid. If you have memo or object (e.g. image) fields, check the 'Show memo/object panel' attribute.

Name:  double_click_to_edit.jpg
Views: 980
Size:  101.6 KB

Tip: hover your mouse over the join between the grid and the Form View to display a handle allowing your to resize the width of the Form View or hide it completely. There's also a resize handle for the height of the memo panel, just hover your mouse at the top of the panel header to reveal it.

Checking 'Split grid' gives you three possible 'Views' for the grid and displays buttons in the grid header allowing you to switch between them.

Name:  grid_section_attributes.jpg
Views: 858
Size:  48.2 KB

Split View:

Name:  split_view.jpg
Views: 812
Size:  91.9 KB

Form View:

Name:  form_view.jpg
Views: 685
Size:  68.0 KB

Grid View:

Name:  grid_view.jpg
Views: 825
Size:  109.4 KB

Tip: the displayed columns/fields are the same in the Form View as in the Grid View, i.e. a 'removed' column will not display in the Form View. They are also displayed in the same order - remember you can reorder the columns in a grid by dragging a column header over another.

Yvonne