Group Box (PXGroupBox)
In a container with controls for a single data record, you can use a PXGroupBox element as a container with a caption to group controls. However we recommend that you use the PXLayoutRule component for this purpose. (See Layout Rule (PXLayoutRule) for details.)
In MYOB Acumatica, the PXGroupBox element is designed to be exclusively used as a radio button container to render a drop-down data field as a set of radio buttons. It contains scripts with the logic to support a nested radio button for each value of a drop-down field.
- PXFormView
- RowTeplate
- PXTabItem
To add a PXGroupBox element to a container, follow the instructions described in To Add Another Supported Control.
To delete a group box from a container, follow the instructions described in To Delete a Child UI Element.