Hello!

i have a panel in the detailview that only hase one custom field in one row.

I want that this row can use the full width of the table but it also generates 4 tds and only the first and second td is used.

How can i achive that the form will be genareted like:

<tr><td>LabelField1</td><td>Input field 1</td><td>LabelField2</td><td>Input field 2</td></tr>

<tr><td> Label Field3</td><td colspan="3"> USE FULL WIDTH....</td></tr>
...
regards