Caption: Caption of a Fieldset, Table, or a Tab

To specify a caption for a fieldset, table, or tab, you use the caption attribute of the respective tag. The caption attribute is localizable. For details, see Fieldset, Table (Grid), and Tab.

The following screenshot shows the Attributes caption specified for a table.

Figure 1. A caption for a table


The following code example adds a caption to a grid.

<qp-grid id="ordersGrid" 
  view.bind="BlanketOrderChildrenDisplayList" 
  caption="Child Orders">
</qp-grid>