I need to display a grid containing a single band but with one column shown on a second line indented from the first.
The first line will show Contact Name, Telephone, Mobile & Fax and an indented line underneath will show Notes.
I have tried using groups and levels but there doesn't seem any provision to indent the second line.
I don't want to use hierachial data as all data is in a single table for this grid.
Hi,
You could use a RowLayout. This would allow you to align the cells in the bottom row to the second column in the first row, so there would be an indentation the size of the ContactName column.
In fact, if you set up your RowLayout with ContactName having a SpanX of 2 or more, the Notes column could start in the middle of the ContactName.
If the notes are not editable by the user, then another option would be to simply hide the Notes column and use the RowAutoPreview, instead. This will display the notes under each row with the text indented.