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 Advanced, 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.

A group box for a drop-down data field can be immediately added to the following types of containers:
  • 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.

For detailed information on customizing a group box, see the following topics: