Grid Control 2.0

Wrap Grid Text into Two Lines

Technologies / User Interface Add-Ins / Assemblies with Multiple Panels / Find-Manage with Categories

You can make long text wrap into two lines by specifying the fixed column width:

<panel type="grid" ...> ... fields ... <field name="description" width="200px"/> ... fields ... </panel>

For example:

grid_wrap.png

If you do not specify the field width, long text values are displayed in one line and trimmed if they are too long.

Example view: http://localhost:8080/archibus/schema/ab-products/solutions/assemblies/work-wizard/ab-ex-work-wizard.axvw