Article Details
Id:18615
Product:finPOWER Connect
Type:NEW
Version:3.04.02
Opened:24/09/2021
Closed:24/09/2021
Released:02/12/2021
Job: J027456

HTML Widgets; widget.UI.Grid; New "wrap" option for text columns

In HTML, content will not wrap unless it contains spaces (or similar characters).

A new "wrap" option will force the column to wrap content, useful in the HTML Widgets such as the Combine Clients wizard where content such as long file names are displayed.

NOTE: There is an existing "truncate" option too. The two options cannot be used together.

gridItems.AddColumnString("Value", { caption: "Value", width: "20%", wrap: true });